Re: Help Required!

2004-12-13 Thread Aftab Jahan Subedar
Check here. You will find examples here. http://www.geocities.com/jahan.geo [EMAIL PROTECTED] wrote: Hi, I am building the insert string for inserting into particular table t1 using C program. The below string is stored in a variable. say sqlstmt = 'INSERT INTo T1 values(:id,:ename);' The values fo

Re: Help required MySql + PHP

2001-12-06 Thread CK Raju
On Thursday 06 December 2001 01:08, Karthikeyan wrote: > Dear Members, > I installed RedHat 7.1, Apache, PHP4 and MySQL in a Intel Pentium processor > system. > Everything works fine (i.e. MySQL, PHP, etc). But when I want to connect Is phpinfo() working ? Test on mysql support. Check on the fil

Re: Help required MySql + PHP

2001-12-06 Thread Kundan Kumar
Hi Karthik, Most probably the PHP module that you are using with Apache is not compiled with Mysql support. Can you post the information about php installation that you have? Put this in a file called say "phpinfo.php": --

RE: Help required for OLEDB on win32 for MySQL(linux)

2001-07-30 Thread Bruce Stewart
Asit, Did you ever solve your problem? - I have the same... Bruce -Original Message- From: Miguel Angel Solórzano [mailto:[EMAIL PROTECTED]] Sent: Thu, 07 June 2001 21:42 To: asit; [EMAIL PROTECTED] Subject: Re: Help required for OLEDB on win32 for MySQL(linux) At 20:56 07/06/2001

Re: Help required for OLEDB on win32 for MySQL(linux)

2001-06-07 Thread Miguel Angel Solórzano
At 20:56 07/06/2001 +0530, asit wrote: Hi, Please take a look on the help file, where you should find that your connection string is wrong. You find the instructions of the connection string just below of Overview item. server=192.168.100.101 ? Regards, Miguel >Hi, > >I am facing problem whil