Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: passing VB date to Oracle stored procedure
In the worst case, you could call it as
'blah.blah(blah, to_date('1/1/2001', 'dd/mm/yyyy'))'
In other words, you contrust the date from a string as you call the function. OTOH, I have not used oo4o in a long time and there might be a better way to do this.
-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
http://www.newsfeed.com The #1 Newsgroup Service in the World! -----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =----- Received on Wed Feb 12 2003 - 16:01:34 CST
![]() |
![]() |