Subject Re: [firebird-tools] Re: Connecting to firebird from vb
Author Milan Babuskov
pabloagogo wrote:
> I can create the database file using : "ISQL - Firebird Interactive SQL Tool", command line tool, but I wish to create it on the fly from my VB6 app, without using Isql tool.
>
> So, I hope I have cleared up what I am trying to say.
> Hope someone has done this before in VB6.

Well, if all else fails, you can always ship isql.exe together with your
application and execute it via Windows shell API. There's probably some
Execute, Shell, Call, System or a similar command in VB.

You could also ship an empty database backup, and restore it to given
location.

Another solution is to create the database file on your computer and
ship it together with your program and then just copy the file to
desired directory on user's computer when needed.


--
Milan Babuskov

==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================