Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: passing VB date to Oracle stored procedure

Re: passing VB date to Oracle stored procedure

From: Gabriel Gonzalez <no-spam_at_no-spam.com>
Date: Wed, 12 Feb 2003 14:01:34 -0800
Message-ID: <3e4aa8ec$1_2@binarykiller.newsgroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US