| View previous topic :: View next topic |
| Author |
Message |
Craig Stuntz [TeamB] Guest
|
Posted: Tue Jan 17, 2006 3:20 pm Post subject: Re: Param value on a Clientdataset in Delphi2006 |
|
|
Multi-posted. Answered in database.general. Please don't multi-post.
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
All the great TeamB service you've come to expect plus (New!)
Irish Tin Whistle tips: http://learningtowhistle.blogspot.com
|
|
| Back to top |
|
 |
Alf Guest
|
Posted: Tue Jan 17, 2006 4:57 pm Post subject: Param value on a Clientdataset in Delphi2006 |
|
|
I have Multi-Tier project the server is a COM application with a remote
dataset and a client application with TClientdatasets. I use MS SQL
Server 2000 and on the server I use an ADO connection with ADO Queries.
Used Midas dll version is 10.0.2151.25345.
On the client I call fetchparams on the clientdataset and set the
paramvalues with values.
When I build my project in Delphi2005 the Clientdataset param values in
the ADO query are set with the correcy values and if I build my project
in Delphi2006 and run my project the param values are set with incorrect
value. For a variant param the value in the query is set to null and for
a datetime param the value is set to null date value.
--- posted by geoForum on http://delphi.newswhat.com
|
|
| Back to top |
|
 |
|