December 20th, 1999, 11:42 AM
Hello,
I have faced a problem while 'Reading from File' in VB application.
I want to read data which is not in enclosed in " ".
For example,if I have SQL statement like
select
PRO.ERFNAME "Objekte_Erfassername",
PRO.ERFDATE "Objekte_Erfassungsdatum"
from PRO where PRO.delflag=FALSE
I want to read data only which is not in Quotes i.e.,
(In the example given above I want to read like
select PRO.ERFNAME,PRO.ERFDATE from PRO where PRO.delflag=FALSE)
I want to Delimit " " in the example given above.
Please give me the solution to solve this.
regards,
I have faced a problem while 'Reading from File' in VB application.
I want to read data which is not in enclosed in " ".
For example,if I have SQL statement like
select
PRO.ERFNAME "Objekte_Erfassername",
PRO.ERFDATE "Objekte_Erfassungsdatum"
from PRO where PRO.delflag=FALSE
I want to read data only which is not in Quotes i.e.,
(In the example given above I want to read like
select PRO.ERFNAME,PRO.ERFDATE from PRO where PRO.delflag=FALSE)
I want to Delimit " " in the example given above.
Please give me the solution to solve this.
regards,