[PHP] Re: PHP, MS Access & Transactions

2005-08-14 Thread Manuel Lemos
Hello, on 08/13/2005 09:16 PM Pablo Gosse said the following: I have the unfortunate task of writing a PHP front-end for a client-server application that is back-ended in MS Access. I've tried using the transaction functionality in ADOdb (PHP implementation of ADO) but it doesn't work seem to w

[PHP] Re: PHP, MS Access & Transactions

2005-08-14 Thread Manuel Lemos
Hello, on 08/13/2005 09:16 PM Pablo Gosse said the following: I have the unfortunate task of writing a PHP front-end for a client-server application that is back-ended in MS Access. I've tried using the transaction functionality in ADOdb (PHP implementation of ADO) but it doesn't work seem to w

Re: [PHP] MS Access

2003-01-28 Thread Todd Barr
I was just checking to see if the connection was working This one lacked a sql statment - Original Message - From: "Paul Roberts" <[EMAIL PROTECTED]> To: "Todd Barr" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 11:57

Re: [PHP] MS Access

2003-01-28 Thread Paul Roberts
;[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 7:25 PM Subject: Re: [PHP] MS Access On Tuesday 28 January 2003 23:11, Todd Barr wrote: > I have it connected, now I am getting the following error > > Warning: SQL error: , SQL state 0 in SQLConnect in c:\program > files\apach

Re: [PHP] MS Access

2003-01-28 Thread Johannes Schlueter
On Tuesday 28 January 2003 23:11, Todd Barr wrote: > I have it connected, now I am getting the following error > > Warning: SQL error: , SQL state 0 in SQLConnect in c:\program > files\apache group\apache\htdocs\test.php on line 7 What are you doing on line 7? What did you do on the lines 1-6?

Re: [PHP] MS Access data => mySQL database

2002-03-26 Thread Thomas Edison Jr.
Thanks... actually the software DBTools from www.dbtools.com.br is excellent for the same purpose, as suggested by someone here. It does the needful pretty efficiently. Cheers! T. Edison Jr. --- Jon Farmer <[EMAIL PROTECTED]> wrote: > > Can anyone tell me how to convert/send data stored > in >

Re: [PHP] MS Access data => mySQL database

2002-03-26 Thread Thomas Edison Jr.
Hi, I did actually download DBTools and i think its' an excellent software. It's running perfect on my system too. Just a couple of things i'd like to ask you, since you have already used this and i'm fairly new to this... You see, my MySQL server/database is on a web server, for a online websi

Re: [PHP] MS Access data => mySQL database

2002-03-25 Thread Jon Farmer
> Can anyone tell me how to convert/send data stored in > an MS Access database to a mySQL table through PHP?? 3 Ways of doing this come to mind. Only one uses PHP though. 1. From PHP use ODBC to extract from access and send to MySQL through PHP functions. 2. Export to csv from Access and use