P
Paul M
Hi there,
what is the easiest way i can call a SQL Query statement, eg. "SELECT * FROM
CUSTOMER", and have something, either some kinda object or something else,
that will show me the fields that have been returned, possibly also with
their properties?
similar thing to the normal ASP:
for each field in recordset.fields....and so on.
thanks.
PM
what is the easiest way i can call a SQL Query statement, eg. "SELECT * FROM
CUSTOMER", and have something, either some kinda object or something else,
that will show me the fields that have been returned, possibly also with
their properties?
similar thing to the normal ASP:
for each field in recordset.fields....and so on.
thanks.
PM