Re: Perl DBI or C++ API Help!

2002-12-04 Thread Stephen Patterson
Sarah Killcoyne wrote: I need to be able to connect to mysql through a perl or C++ script without knowing the name of the database to connect to. I can't seem to find a way to do this. Is it possible to either: look up database names so I can pick one before connecting or connect without a

RE: Perl DBI or C++ API Help!

2002-12-04 Thread Norris, Joseph
$file - $!; while (I){ print $_; } close I; -Original Message- From: Bernd Prager [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 2:33 PM To: Sarah Killcoyne; [EMAIL PROTECTED] Subject: Re: Perl DBI or C++ API Help! - Original Message - From: Sarah Killcoyne

Perl DBI or C++ API Help!

2002-12-03 Thread Sarah Killcoyne
I need to be able to connect to mysql through a perl or C++ script without knowing the name of the database to connect to. I can't seem to find a way to do this. Is it possible to either: look up database names so I can pick one before connecting or connect without a database name so I can show

RE: Perl DBI or C++ API Help!

2002-12-03 Thread Salada, Duncan
--- Duncan Salada Titan Systems Corporation 301-925-3222 x375 -Original Message- From: Sarah Killcoyne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 11:14 AM To: [EMAIL PROTECTED] Subject: Perl DBI or C++ API Help! I need to be able to connect

Re: Perl DBI or C++ API Help!

2002-12-03 Thread Bernd Prager
- Original Message - From: Sarah Killcoyne [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 03, 2002 11:14 AM I need to be able to connect to mysql through a perl or C++ script without knowing the name of the database to connect to. ,,, I'm not an expert om the C++

MySQL++ API Help

2001-06-04 Thread David Ayliffe
Does anyone have any SIMPLE proggies written in C++ using the MYSQL++ API library? Preferably MS Visual Studio 6 format. If so can you please provide me a link for them or contact me over email directly. I'm having problems compiling a project that just connects to the server issues a query and

Re: MySQL++ API Help

2001-06-04 Thread Sinisa Milivojevic
David Ayliffe writes: Does anyone have any SIMPLE proggies written in C++ using the MYSQL++ API library? Preferably MS Visual Studio 6 format. If so can you please provide me a link for them or contact me over email directly. I'm having problems compiling a project that just connects to

Re: API help

2001-02-08 Thread Sinisa Milivojevic
Konstantin Osipov writes: Hi All! Is this code buggy? -- MYSQL* mysql = new MYSQL; mysql_init(mysql); mysql_real_connect(mysql, "localhost"); /* some work*/ mysql_close(mysql); mysql_real_connect(mysql, "otherhost"); /* some work*/ mysql_close(mysql); delete

AW: API help

2001-02-08 Thread Dingfelder Andy
. Regards Andy -Ursprungliche Nachricht- Von: Konstantin Osipov [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 8. Februar 2001 10:30 An: [EMAIL PROTECTED] Betreff: รณ API help Hi All! Is this code buggy? -- MYSQL* mysql = new MYSQL; mysql_init(mysql); mysql_real_connect(mysql