MSSQLParser.vbSQLParser 
Author Message
 MSSQLParser.vbSQLParser

Hi,

Is there a list of all the codes used for parsing SQL with the
MSSQLParser.vbSQLParser object?

Example:
SQL Code:
Select * From MyTable Where MyField = 'TEST' and OtherField = 'Something'

Parsed:
\cf1 Select\cf  \cf5 *\cf  \cf1 From\cf  \cf10 MyTable\cf  \cf1 Where\cf
\cf10 MyField\cf  \cf5 =\cf  \cf6 'TEST'\cf  \cf5 and\cf  \cf10
OtherField\cf  \cf5 =\cf  \cf6 'Something'\cf

I would like to know all the \cf?? codes and what they mean?  Is this
documented somewhere???

Thanks,
Pete



Sat, 24 Jan 2004 04:21:43 GMT  
 MSSQLParser.vbSQLParser
If the information is documented, it should be in SQL Server Books On-line,
which should have been installed along with the database software, and can be
referenced at Microsoft's site, and is probably downloadable.
Quote:

> Hi,

> Is there a list of all the codes used for parsing SQL with the
> MSSQLParser.vbSQLParser object?

> Example:
> SQL Code:
> Select * From MyTable Where MyField = 'TEST' and OtherField = 'Something'

> Parsed:
> \cf1 Select\cf  \cf5 *\cf  \cf1 From\cf  \cf10 MyTable\cf  \cf1 Where\cf
> \cf10 MyField\cf  \cf5 =\cf  \cf6 'TEST'\cf  \cf5 and\cf  \cf10
> OtherField\cf  \cf5 =\cf  \cf6 'Something'\cf

> I would like to know all the \cf?? codes and what they mean?  Is this
> documented somewhere???

> Thanks,
> Pete



Mon, 26 Jan 2004 22:24:27 GMT  
 MSSQLParser.vbSQLParser
I can't seem to find any info on vbSQLParser in Books Online.

I have been told that the codes are RTF color codes.

Thanks though.


Quote:
> If the information is documented, it should be in SQL Server Books
On-line,
> which should have been installed along with the database software, and can
be
> referenced at Microsoft's site, and is probably downloadable.


> > Hi,

> > Is there a list of all the codes used for parsing SQL with the
> > MSSQLParser.vbSQLParser object?

> > Example:
> > SQL Code:
> > Select * From MyTable Where MyField = 'TEST' and OtherField =
'Something'

> > Parsed:
> > \cf1 Select\cf  \cf5 *\cf  \cf1 From\cf  \cf10 MyTable\cf  \cf1 Where\cf
> > \cf10 MyField\cf  \cf5 =\cf  \cf6 'TEST'\cf  \cf5 and\cf  \cf10
> > OtherField\cf  \cf5 =\cf  \cf6 'Something'\cf

> > I would like to know all the \cf?? codes and what they mean?  Is this
> > documented somewhere???

> > Thanks,
> > Pete



Tue, 27 Jan 2004 06:32:22 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. vbsqlparser DLL??

 

 
Powered by phpBB® Forum Software