G
Guest
I am attempting to write a 'factory' function to use in a generated data
access layer to accept a sqldbtype and convert it to the appropriate
system.type.
I have attempted to use ctype (value, typename)
where value is the sqlreader field object and typename is a variable
containing the required type as a system.type and I'm getting nowhere.
Any ideas appreciated.
Thanks in anticipation,
Mike
access layer to accept a sqldbtype and convert it to the appropriate
system.type.
I have attempted to use ctype (value, typename)
where value is the sqlreader field object and typename is a variable
containing the required type as a system.type and I'm getting nowhere.
Any ideas appreciated.
Thanks in anticipation,
Mike