Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL field types

Status
Not open for further replies.

Vadim

Programmer
Feb 5, 2002
75
0
0
US
I created a program that run SELECT
statment for the DBase III file. Than it retreives field names and types:
sFldTypes(colIdx) = rsDBF.Fields(colIdx).Type
The field types are "200" and "5"
I'd like to know what types are they?
Is anybody may give me a link to table of all types?
 
5 adDouble Double
200 advarchar varchar

I did a search in MSDN for adDBTimeStamp. There is quite a list.

David
Visual Basic 6 Ent
 
If you look for DataTypeEnum [ADO] in the MSDN index it will give you a table of datatypes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top