| View previous topic :: View next topic |
| Author |
Message |
Sergio Guest
|
Posted: Mon Sep 08, 2003 7:31 am Post subject: Mysql ODBC Bde Delphi Cached Update |
|
|
Hi!
I have a problem with MySQL and the MyODBC driver (via BDE)
If i have a TQuery with Cahed=true and SQL statment and use Parameters with
TDateTime type i get the BDE Message
"Operation not applicable"
Have anybody encountered the problem and solved it?
And if, how?
any ideas?
Sergio
|
|
| Back to top |
|
 |
Sergio De Polo Guest
|
Posted: Wed Sep 10, 2003 8:21 am Post subject: Re: Mysql ODBC Bde Delphi Cached Update |
|
|
Sleeping ?!?
"Sergio" <sergio_no_spam_depolo (AT) hotmail (DOT) com> ha scritto nel messaggio
news:3f5c3022 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi!
I have a problem with MySQL and the MyODBC driver (via BDE)
If i have a TQuery with Cahed=true and SQL statment and use Parameters
with
TDateTime type i get the BDE Message
"Operation not applicable"
Have anybody encountered the problem and solved it?
And if, how?
any ideas?
Sergio
|
|
|
| Back to top |
|
 |
Guenther Wimpassinger Guest
|
Posted: Wed Sep 17, 2003 9:06 pm Post subject: Re: Mysql ODBC Bde Delphi Cached Update |
|
|
You are using MyODBC 3.51, aren't you?
Just use MyODBC 2.5x. I have the same problem
with TQuerys and TDateTime if i try to insert
some data into a table when I am using
AQuery.Params[x].AsDateTime := Value
groups.goolge.com : MySQL +MyODBC 3.51 +Params +TDateTime
No time for sleeping yet :-)
bye
Guenther
"Sergio De Polo" <sergio_no_spam_depolo (AT) hotmail (DOT) com> schrieb im Newsbeitrag news:3f5edee3 (AT) newsgroups (DOT) borland.com...
| Quote: | Sleeping ?!?
"Sergio" <sergio_no_spam_depolo (AT) hotmail (DOT) com> ha scritto nel messaggio
news:3f5c3022 (AT) newsgroups (DOT) borland.com...
Hi!
I have a problem with MySQL and the MyODBC driver (via BDE)
If i have a TQuery with Cahed=true and SQL statment and use Parameters
with
TDateTime type i get the BDE Message
"Operation not applicable"
Have anybody encountered the problem and solved it?
And if, how?
any ideas?
Sergio
|
|
|
| Back to top |
|
 |
Sergio De Polo Guest
|
Posted: Thu Sep 18, 2003 2:06 pm Post subject: Re: Mysql ODBC Bde Delphi Cached Update |
|
|
Yes i'm using MyODBC 3.51
"Guenther Wimpassinger" <gwspam (AT) pickem (DOT) at> ha scritto nel messaggio
news:3f68cc67$1 (AT) newsgroups (DOT) borland.com...
| Quote: | You are using MyODBC 3.51, aren't you?
Just use MyODBC 2.5x. I have the same problem
with TQuerys and TDateTime if i try to insert
some data into a table when I am using
AQuery.Params[x].AsDateTime := Value
groups.goolge.com : MySQL +MyODBC 3.51 +Params +TDateTime
No time for sleeping yet :-)
bye
Guenther
"Sergio De Polo" <sergio_no_spam_depolo (AT) hotmail (DOT) com> schrieb im
Newsbeitrag news:3f5edee3 (AT) newsgroups (DOT) borland.com...
Sleeping ?!?
"Sergio" <sergio_no_spam_depolo (AT) hotmail (DOT) com> ha scritto nel messaggio
news:3f5c3022 (AT) newsgroups (DOT) borland.com...
Hi!
I have a problem with MySQL and the MyODBC driver (via BDE)
If i have a TQuery with Cahed=true and SQL statment and use
Parameters
with
TDateTime type i get the BDE Message
"Operation not applicable"
Have anybody encountered the problem and solved it?
And if, how?
any ideas?
Sergio
|
|
|
| Back to top |
|
 |
|