vishal wrote:
i am sending the files.
all details are in the source code
what you have to do is to create a database name test2 and have to set the
password of the server.
the code will automatically create a table name test2 with two double fields
and it will reture the error while adding the record through recordset and
after adding a text field it will work and another error is that it doesn't
updates the record which filters with where condition.
please take a stress to see the code and pls solve me the problem as early
as possible.
From Vishal Panchamia
------------------------------------------------------------------------
The code didn't come through. If you could, post it on a website.
How are you connecting? What does your connecting string look like? If
you are using a DSN, what are parameters? I moved away from a pure ADO
way of doing things to directly passing the SQL statements using the
ADODB.Connection.Execute parameter (you will need to sanitize the inputs
from users, as not to cause SQL injection attacks.)
--
Thanks,
James
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]