RE: Oracle and bindcolumns
- From: Philip.Garrett@xxxxxxxxxxx (Philip Garrett)
- Date: Tue, 17 Oct 2006 18:22:30 -0400
Robert Hicks wrote:
Any gotchas there? I am opening an Access db via ODBC and binding
those columns (including a date field) and passing that to the Oracle
handle to do inserts (i.e. Access -> Oracle migration).
Only gotcha is with formatting -- you'll need to either:
1) "alter session set nls_date_format = '...'" to the date format you're
supplying Oracle, or:
2) use to_char(?,'...') on the date fields
Philip
.
- Follow-Ups:
- Re: Oracle and bindcolumns
- From: Robert Hicks
- Re: Oracle and bindcolumns
- Prev by Date: Oracle and bindcolumns
- Next by Date: Re: Oracle and bindcolumns
- Previous by thread: Oracle and bindcolumns
- Next by thread: Re: Oracle and bindcolumns
- Index(es):
Relevant Pages
|
|