heya,
To anyone that can help, I would be eternally grateful!!
I need to extract information from a table in a database using ASP.Net and VB script. So far, I have tried
dim intNumber
int (intNumber)
objectConn.Open()
intNumber = (int) cmd.ExecuteScalar();
'number = cByte (cmd.ExecuteScalar())
objConn.Close()
but I keep getting an error saying that int can't handle that number of arguments. I've tried loads of things but keep ending back where I started.
I need to extract a specific column from a table in my database and then convert that to a string if possible.
Help please!!