Board index » delphi » How to create a new database in Delphi?
FabrÃcio Wendt
![]() Delphi Developer |
Sat, 06 Mar 2004 19:32:30 GMT
|
FabrÃcio Wendt
![]() Delphi Developer |
Sat, 06 Mar 2004 19:32:30 GMT
How to create a new database in Delphi?
Hi everybody,
I need to create a new Interbase database using Delphi. But my problem is Fabrcio |
Arno Brinkman [BISIT
![]() Delphi Developer |
Sat, 06 Mar 2004 22:22:23 GMT
Re:How to create a new database in Delphi?"Fabrcio Wendt" <fwe...@kopp.com.br> schreef in bericht Quote> Hi everybody, Note ! param for user is not "user_name" but "user" I hope this helpes you. Example : with TIBDatabase.Create(nil) do Greetings, Quote
|
Arno Brinkman [BISIT
![]() Delphi Developer |
Sat, 06 Mar 2004 22:27:46 GMT
Re:How to create a new database in Delphi?"Fabrcio Wendt" <fwe...@kopp.com.br> schreef in bericht Quote> Hi everybody, Note ! Param user must be "user" and not "user_name" ! I hope this helpes you. Example : with TIBDatabase.Create(nil) do Greetings, |
Glyn
![]() Delphi Developer |
Sun, 07 Mar 2004 01:45:02 GMT
Re:How to create a new database in Delphi?Below is a working example I worked out with some help from this group... Procedure TDMPhrases.NewDB(FName:String); Quote"Fabrcio Wendt" wrote: |
1. Delphi 3.02/BDE 501/SQLServer7/ODBC : how dynamically create a new database from delphi code ?
2. Create new Database from Delphi 3 program
3. Creating a new database with Delphi
4. New Interbase database with CREATE DATABASE command ???
7. creating a new database file.
8. How do I create new databases dynamically???