Subject ADO Parameters
From kinsley <kinsleyr@gmail.com>
Date Thu, 19 Oct 2017 06:13:20 -0400
Newsgroups dbase.getting-started

Hi all,

I'm probably doing something wrong but currently when I try and use:

with (parameters["GL"])
    type = "Char"
endwith        

I get an ADO Errors Occurred error.

I have tried:

Char
WChar
VarChar

from the language reference on ADO data types and none of them work.

What does work (or at least compiles and runs) is:

Integer
Boolean

and neither of these are in the datatype list.

Is there another list that I should be using?

Many Thanks