I am trying to convert a string to SQLDBType Enum. I have looked and looked at this and cannot seem to make it work (only examples I can find are in C#) Someone have the syntax for this?
Sampl...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20952707.html
Zones:
.NETDate Answered: 04/13/2004 Grade: A Views: 0
Hello.
Is there a way to populate a dropdown box with datatypes?
In other words, when I click on the down arrow of the box and it opens, I'd like to see: "...Integer, String, Char, Long, Sing...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21685500.htm...
ASP.Net error
my parameter in question:
cmdSQL.Parameters.Add( "@FullTime", SqlDbType.bit ).Value = Full_Time.Checked
I get
Name 'SqlDbType' is not declared.
but I have my namespac...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20819091.htm...
Zones:
ASPDate Answered: 12/08/2003 Grade: A Views: 0
Hi All,
I'm looking for ideas about how to speed up a lookup of a value given another value. Here's what I've got in place currently and it works, but I think it could be faster somehow (this get...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21504143.htm...
Hi All,
I'm needing to dynamically convert datatype from a string representation of SqlDbType (like "nchar" for SqlDbType.NChar) to a System.Type in code.
For example, I want to store a System....
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21541932.htm...
I recently came across an issue with type conversion that I would like explaining to me.
We had a SQL 2000 stored procedure that had a parameter declared as:
@event_id numeric(9,0)
We used ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22699007.html
I have the following code working fine, but now I want to get return value of passyn (inside of if statement)
and call the Save() Method on the aspx page. The issue is:
1. I do not know how to ...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_23070561.h...