Re: to create a database...

Поиск
Список
Период
Сортировка
От Ben
Тема Re: to create a database...
Дата
Msg-id EDFA8D4F-8103-4401-ADA7-F1EE71970F7B@silentmedia.com
обсуждение исходный текст
Ответ на to create a database...  ("P.M" <pmdanger@yahoo.com>)
Список pgsql-general
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 the best way for each RDBMS you want to
support.

On Nov 20, 2005, at 11:34 AM, P.M wrote:

> 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,...)
>
> - to use a SQL text file
> - to create a new function inside template1 db, and to execute it
> after,
> - ...
>
> please, help me.
>
> thanks a lot,
> Maileen
>
> Yahoo! FareChase - Search multiple travel sites in one click.


В списке pgsql-general по дате отправления:

Предыдущее
От: "P.M"
Дата:
Сообщение: to create a database...
Следующее
От: Geert Jansen
Дата:
Сообщение: Weird results when using schemas