Search found 2 matches

by taisuke
23 Aug 2013 13:07
Forum: DOS Batch Forum
Topic: Concatenate the sqlcmd, send it to the system() function C++
Replies: 3
Views: 4035

Re: Concatenate the sqlcmd, send it to the system() function

Oh. I hadn't realized. I'm new to forums. Thanks for the reply!
by taisuke
22 Aug 2013 15:11
Forum: DOS Batch Forum
Topic: Concatenate the sqlcmd, send it to the system() function C++
Replies: 3
Views: 4035

Concatenate the sqlcmd, send it to the system() function C++

What I am trying to do is generate a string for the sqlcmd statement and pass it to the system() function, thus transferring data from a table to a CSV. When I hardcode the string I can access the SQL server and everything runs smoothly. Ultimately what I am trying to do is make a string of concaten...