Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Importing / Linking / November 2005

Tip: Looking for answers? Try searching our database.

Exporting using Oracle date format

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
cmack - 29 Nov 2005 15:38 GMT
Hello, everyone.  Is there a way to force Access to use the date format that
Oracle likes (dd-mon-yyyy) when performing an export.  I cannot get any other
format than mm/dd/yyyy.  I am exporting to a .csv file and then loading into
an Oracle table using sql loader but it does not like the date format.

Thanks for your help.

cmack
Roger Carlson - 29 Nov 2005 16:32 GMT
OK.  Don't export directly from a table.  Create a query that returns all
rows from the table, but instead of your date field (let's pretend the field
name is MyDateField), have a column in your query that looks something like
this:

MyField: Format([MyDateField], "dd-mm-yyyy")

(Note: you might need to play with the format string a little.)

Signature

--Roger Carlson
 Access Database Samples: www.rogersaccesslibrary.com
 Want answers to your Access questions in your Email?
 Free subscription:
 http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L

> Hello, everyone.  Is there a way to force Access to use the date format that
> Oracle likes (dd-mon-yyyy) when performing an export.  I cannot get any other
[quoted text clipped - 4 lines]
>
> cmack
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.