Link to home
Start Free TrialLog in
Avatar of mguedes
mguedes

asked on

File I/O problem...

I´m a beginner in a VBasic, i prefeer VC++, and i have a problem: i want to write some text like this..

...
Set oConn = Server.CreateObject("ADODB.Connection")
Set oCmd = Server.CreateObject("ADODB.Command")
Set oCmd.ActiveConnection = oConn
oCmd.CommandType = adCmdStoredProc
oCmd.Prepared = TRUE
Set oRS = Server.CreateObject("ADODB.RecordSet")
....
with quotes into a text file and i don´t no how make this, i tested the Print # statment, but it doesn´t work because the quotes...
Anyone can help´s me? thanx in advance

Mário Guedes
ASKER CERTIFIED SOLUTION
Avatar of tward
tward

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mguedes
mguedes

ASKER

1000 thanx tward