Re: [GENERAL] to create a database...

2005-11-21 Thread Eric E
Can you describe the versatility you're looking for? Why does your application need to run on multiple DB's? Is the user going to be selecting a backend database? I'd consider how compelling your reasons for supporting multiple databases are, because it will be quite a bit of work even with

Re: [GENERAL] to create a database...

2005-11-20 Thread Ben
You'll probably find that most portable way is a sql file. But, because of all the differences between different database's syntax and features, you will probably need to store a different file for each RDBMS. So you might as well forget about the most portable way to do it, and simply use

[GENERAL] to create a database...

2005-11-20 Thread P.M
Hi,I'm creating a Visual Basic.net application and i would like to make my application versatile.For that, it should be able to create the same DB on different RDBMS like PostGreSQL, MySQL or MSSQL.I would like to know what is the best way to create a DB from scratch... (DB, table, users, functions