Click here to Skip to main content
15,900,907 members
Home / Discussions / Database
   

Database

 
QuestionSQL Broker Services Pin
Prashant C29-Oct-07 17:53
Prashant C29-Oct-07 17:53 
AnswerRe: SQL Broker Services Pin
Hesham Amin29-Oct-07 19:37
Hesham Amin29-Oct-07 19:37 
QuestionMultiple requests to a view? Pin
deostroll29-Oct-07 17:30
deostroll29-Oct-07 17:30 
AnswerRe: Multiple requests to a view? Pin
QPun29-Oct-07 17:50
QPun29-Oct-07 17:50 
GeneralRe: Multiple requests to a view? Pin
deostroll29-Oct-07 18:41
deostroll29-Oct-07 18:41 
QuestionMS Access Versions Pin
myNameIsRon29-Oct-07 14:41
myNameIsRon29-Oct-07 14:41 
AnswerRe: MS Access Versions Pin
Paul Conrad29-Oct-07 17:18
professionalPaul Conrad29-Oct-07 17:18 
QuestionDoCmd.OutputTo assistance needed... Pin
new_phoenix29-Oct-07 7:01
new_phoenix29-Oct-07 7:01 
Hi, guys. I need some help with the DoCmd.OutputTo method in MS Access. I would like to export the file to a .CSV file but the only options that I have are as follows:

AcFormat can be one of these AcFormat constants.
acFormatASP
acFormatDAP
acFormatHTML
acFormatIIS
acFormatRTF
acFormatSNP
acFormatTXT
acFormatXLS

The code for DoCmd.OutputTo is as follows:
DoCmd.OutputTo acOutputTable, "tblInputFile", _
    acFormatTXT, "C:\test\output.csv", True


I tried to use the acFormatTXT option to export to the .CSV file. I need the result to be a comma delimited list, but it comes out like this:

--------------------------------------------------------------
| USA                | WFTE               | SUPPORT            | Global             | GLOBAL             | Facilities & Real  |                  4 | 57AU               |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| USA                | WFTE               | SUPPORT            | Global             | GLOBAL             | General Supply     |                  0 | 57AU               |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| USA                | WFTE               | SUPPORT            | Global             | GLOBAL             | Marketing          |                  0 | 57AU               |
-----------------------------------------------------------------------------------------------------------



-- modified at 13:13 Monday 29th October, 2007
QuestionError on sysobjects Pin
Vimalsoft(Pty) Ltd29-Oct-07 6:50
professionalVimalsoft(Pty) Ltd29-Oct-07 6:50 
AnswerRe: Error on sysobjects Pin
vishal_331982@sify.com29-Oct-07 18:19
vishal_331982@sify.com29-Oct-07 18:19 
AnswerRe: Error on sysobjects Pin
Vimalsoft(Pty) Ltd29-Oct-07 22:00
professionalVimalsoft(Pty) Ltd29-Oct-07 22:00 
QuestionSystem.ArgumentException: Redirect URI cannot contain newline characters. Pin
sivaram praveen29-Oct-07 5:54
sivaram praveen29-Oct-07 5:54 
AnswerRe: System.ArgumentException: Redirect URI cannot contain newline characters. Pin
Vasudevan Deepak Kumar30-Oct-07 1:00
Vasudevan Deepak Kumar30-Oct-07 1:00 
QuestionConnecting to a remote SQL Server (LAN) Pin
Ian Uy29-Oct-07 4:57
Ian Uy29-Oct-07 4:57 
AnswerRe: Connecting to a remote SQL Server (LAN) Pin
Colin Angus Mackay29-Oct-07 5:13
Colin Angus Mackay29-Oct-07 5:13 
GeneralRe: Connecting to a remote SQL Server (LAN) Pin
Ian Uy29-Oct-07 5:15
Ian Uy29-Oct-07 5:15 
GeneralRe: Connecting to a remote SQL Server (LAN) Pin
Colin Angus Mackay29-Oct-07 5:20
Colin Angus Mackay29-Oct-07 5:20 
AnswerRe: Connecting to a remote SQL Server (LAN) Pin
Hesham Amin29-Oct-07 19:41
Hesham Amin29-Oct-07 19:41 
GeneralRe: Connecting to a remote SQL Server (LAN) Pin
Ian Uy31-Oct-07 0:53
Ian Uy31-Oct-07 0:53 
Questioncursor_sql server Pin
Raa ju29-Oct-07 1:47
Raa ju29-Oct-07 1:47 
AnswerRe: cursor_sql server Pin
ChandraRam29-Oct-07 2:21
ChandraRam29-Oct-07 2:21 
GeneralRe: cursor_sql server Pin
Paul Conrad29-Oct-07 17:20
professionalPaul Conrad29-Oct-07 17:20 
Questioncursor_sql Pin
_ala29-Oct-07 1:28
_ala29-Oct-07 1:28 
AnswerRe: cursor_sql Pin
Paul Conrad29-Oct-07 17:20
professionalPaul Conrad29-Oct-07 17:20 
QuestionLogin failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Pin
sivaram praveen29-Oct-07 1:06
sivaram praveen29-Oct-07 1:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.