If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > creating an app with an embedded db

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-19-04, 05:23
m.inckle m.inckle is offline
Registered User
 
Join Date: Feb 2004
Posts: 24
creating an app with an embedded db

hi

dont know if this is possible

i currently develop apps in delphi using mysql as a backend database. this means when i want to put the app onto another computer it needs to have mysql installed.

is there a way where i can create an app with the database embedded into the app, or where the database is stored in a seperate file but the other computer doesn't need any extra drivers or software

basically what i want to finish up with is an install cd with the app and db, and the user doesn't need to install any 3rd party drivers or software

any help or advice would be grateful
Reply With Quote
  #2 (permalink)  
Old 02-19-04, 08:38
vududoc vududoc is offline
Registered User
 
Join Date: Jul 2001
Location: NC
Posts: 102
I have used Visual Studio 6 Enterprise Edition to create distributable compiled VB6 applications that created, at runtime, access97-type databases and tables, using ADOX (ADO extensions for DLL and security). Haven't yet had the occasion to create tables at runtime, and preload them, using VB.NET and MSDE.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On