Click here to Skip to main content
15,924,935 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Adding a new row to a dataset Pin
Dave Kreskowiak13-Sep-07 17:27
mveDave Kreskowiak13-Sep-07 17:27 
GeneralRe: Adding a new row to a dataset Pin
steve_rm13-Sep-07 19:36
steve_rm13-Sep-07 19:36 
GeneralRe: Adding a new row to a dataset Pin
Tom Deketelaere13-Sep-07 21:05
professionalTom Deketelaere13-Sep-07 21:05 
QuestionRe: Adding a new row to a dataset Pin
steve_rm13-Sep-07 22:59
steve_rm13-Sep-07 22:59 
AnswerRe: Adding a new row to a dataset Pin
Tom Deketelaere13-Sep-07 23:27
professionalTom Deketelaere13-Sep-07 23:27 
GeneralRe: Adding a new row to a dataset Pin
Dave Kreskowiak14-Sep-07 5:29
mveDave Kreskowiak14-Sep-07 5:29 
GeneralRe: Adding a new row to a dataset Pin
Tom Deketelaere14-Sep-07 5:43
professionalTom Deketelaere14-Sep-07 5:43 
GeneralRe: Adding a new row to a dataset Pin
Dave Kreskowiak14-Sep-07 8:00
mveDave Kreskowiak14-Sep-07 8:00 
TDDragon wrote:
for making the access db you need access installed


No you don't. You can create it from the Data Sources (ODBC) Administrative Tool. It cannot be done from inside Visual Studio.

Under Win2000, open Control Panels, Administrative Tools, Data Sources (ODBC). Under the User DSN's tab, User Data Sources, double click the MS Access Database line. In the dialog that opens, click the Create button, then give it the fully qualified path for the file you want to create, then click OK. You can also use the options on the right side of this dialog to set the Jet version to use and wether to create a System Database and Ecrypt it. Then just Cancel out of everything. Walla! Done. All you need to do then is add a Data Source to your Visual Studio project to point at the new file. You can then add tables, stored proc's (yeah, right!), views and functions using the Server Explorer.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Adding a new row to a dataset Pin
Tom Deketelaere16-Sep-07 3:01
professionalTom Deketelaere16-Sep-07 3:01 
GeneralRe: Adding a new row to a dataset Pin
Dave Kreskowiak16-Sep-07 4:39
mveDave Kreskowiak16-Sep-07 4:39 
GeneralRe: Adding a new row to a dataset Pin
Dave Kreskowiak14-Sep-07 5:28
mveDave Kreskowiak14-Sep-07 5:28 
Questionaddhandlers and addressofs Pin
Cedrickdeorange13-Sep-07 14:25
Cedrickdeorange13-Sep-07 14:25 
AnswerRe: addhandlers and addressofs Pin
Luc Pattyn13-Sep-07 15:05
sitebuilderLuc Pattyn13-Sep-07 15:05 
QuestionHelp me please ,assembly trust and \or security problem Pin
CodeMaster_0513-Sep-07 10:43
CodeMaster_0513-Sep-07 10:43 
AnswerRe: Help me please ,assembly trust and \or security problem Pin
Tom Deketelaere13-Sep-07 21:40
professionalTom Deketelaere13-Sep-07 21:40 
GeneralRe: Help me please ,assembly trust and \or security problem Pin
CodeMaster_0516-Sep-07 3:50
CodeMaster_0516-Sep-07 3:50 
QuestionDIRECTX audiovideoplayback Pin
plural13-Sep-07 9:54
plural13-Sep-07 9:54 
QuestionQuestion on VBScript Pin
T4AMD13-Sep-07 8:49
T4AMD13-Sep-07 8:49 
AnswerRe: Question on VBScript Pin
Dave Kreskowiak13-Sep-07 9:24
mveDave Kreskowiak13-Sep-07 9:24 
QuestionRe: Question on VBScript Pin
T4AMD13-Sep-07 10:28
T4AMD13-Sep-07 10:28 
AnswerRe: Question on VBScript Pin
Dave Kreskowiak13-Sep-07 10:42
mveDave Kreskowiak13-Sep-07 10:42 
QuestionSynchronising data from a client to a sql server database Pin
steve_rm13-Sep-07 8:46
steve_rm13-Sep-07 8:46 
AnswerRe: Synchronising data from a client to a sql server database Pin
Dave Kreskowiak13-Sep-07 9:21
mveDave Kreskowiak13-Sep-07 9:21 
QuestionWait for Shell script to finish Pin
New_Coder13-Sep-07 6:21
New_Coder13-Sep-07 6:21 
AnswerRe: Wait for Shell script to finish Pin
Dave Kreskowiak13-Sep-07 9:09
mveDave Kreskowiak13-Sep-07 9:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.