Advertisement

1 - 7 of 7 containing alltags:("sqldbtype") (0.001 seconds)
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...
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...
Zones: MS Visual BasicDate Answered: 02/07/2006 Grade: A Views: 0
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...
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...
Zones: MS Visual BasicDate Answered: 07/26/2005 Grade: A Views: 0
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....
Zones: MS Visual BasicDate Answered: 08/31/2005 Grade: A Views: 49
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 ...
Zones: .NET, MS SQL ServerDate Answered: 07/16/2007 Grade: A Views: 0
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 ...
Zones: .NET Framework 2.x, C#, Visual StudioDate Answered: 01/09/2008 Grade: A Views: 0
  • 1