Re: ADO Timestamps
From: Val Mazur (group51a_at_hotmail.com)
Date: 02/26/05
- Next message: Val Mazur: "Re: Do While not EOF looping through recordset twice."
- Previous message: Val Mazur: "Re: Sever-side cursor return NOTHING??(newbie)"
- In reply to: kevin_at_c3amulet.com: "ADO Timestamps"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Feb 2005 21:12:48 -0500
Hi Kevin,
I do not think there is such a function (I could be wrong), but you should
not worry about date and time format conversion if you use ADO. ADO work
through the provider and provider does all the job to
convert date and time values into proper format for the database. In a case
if you need to execute SQL statement all you need to do is to use Command
object with the parameters to execute actual SQL
statement. If you declare datetime parameters using proper datatype then it
will work fine
-- Val Mazur Microsoft MVP http://xport.mvps.org <kevin@c3amulet.com> wrote in message news:1109196687.264576.265120@o13g2000cwo.googlegroups.com... > Hello, I am updating some SQL Server statements to Oracle and I've done > this task about 6 years ago. I'm sure that I used a function inside > the SQL statement either called {TS} or {D} and this meant that the ADO > subsystem converted the date syntax for me - and hence one statement. > I've been googling for the last hour and can't find this info again. > Was it all a dream!!?? > > Any help much appreciatedd. > > thanks, Kevin. >
- Next message: Val Mazur: "Re: Do While not EOF looping through recordset twice."
- Previous message: Val Mazur: "Re: Sever-side cursor return NOTHING??(newbie)"
- In reply to: kevin_at_c3amulet.com: "ADO Timestamps"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|