ed by the end of the week :)
Thank you
Andrew
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: 15 June 2004 20:46
>To: [EMAIL PROTECTED]
>Cc: MySQL-Lista
>Subject: RE: odbc reverse
>
>
>
>OK, now we are closer to a solution. Typically
PM Subject: RE: odbc reverse
Please respond to
es`
#
CREATE TABLE `products_to_categories` (
`products_id` int(11) NOT NULL default '0',
`categories_id` int(11) NOT NULL default '0',
PRIMARY KEY (`products_id`,`categories_id`)
) TYPE=MyISAM;
#
# Dumping data for table `products_to_categories`
#
INSERT INTO `products_to_categories`
c: <[EMAIL PROTECTED]>,
"MySQL-Lista"
<[EMAIL PROTECTED]>
06/14/2004 05:58 Fax to:
EMAIL PROTECTED]; MySQL-Lista
>Subject: RE: odbc reverse
>
>
>
>It seems to me that you are trying to use EXCEL as some type of live data
>entry form. That would require "binding" an excel sheet to your data
>source (through ADO through ODBC to the MySQL server). Th
PROTECTED]
>Sent: 14 June 2004 21:52
>To: [EMAIL PROTECTED]
>Cc: [EMAIL PROTECTED]; MySQL-Lista
>Subject: RE: odbc reverse
>
>
>
>It seems to me that you are trying to use EXCEL as some type of live data
>entry form. That would require "binding" an excel sheet t
cc: "MySQL-Lista" <[EMAIL
PROTECTED]>
Fax to:
06/14/2004 04:30 Subject: RE: odbc revers
gin.
If I have this completely incorrect please do let me know, as I was thinking of
something else called data transfer method
Andrew
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: 14 June 2004 20:56
>To: [EMAIL PROTECTED]
>Cc: MySQL-Lista
I don't have enough information to answer your question. What platform are
you on? What language/DB library are you using to call the ODBC driver? The
answers you seek may be in the documentation for the particular
language-library combination you are using.
Eventually it all boils down to 3 dif