Hi
What is the datatypes I can use with the SQL ANSI ?
Where I can get the list of datatypes ?
Ex : TINYINT, OCTET (don't work)
Thank in advance.
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_11874578.html
Zones:
MS AccessDate Answered: 11/16/2000 Grade: B Views: 0
hi, I want to take in values like:
21/03/01 and 22/05/01
and do some comparison with them as dates. Is there a
date datatype in C++ that I can use to store and compare
these values?
Thanks
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20105744.html
Zones:
C++Date Answered: 05/08/2001 Grade: A Views: 0
One of my co-workers says that you should always use the Long datatype in VB 32-bit because processor level operations on it run faster than Integer or Byte. He claims the reason for this is becaus...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20295817.html
Zones:
Visual BasicDate Answered: 05/02/2002 Grade: A Views: 0
Hi All,
Is there any data type in SQL Anywhere corresponding to the 'Autonumber' datatype in MS SQL Server?
If not how do i achieve that functionality?
Thanks.
http://www.experts-exchange.com/Database/Sybase/Q_20601620.html
Zones:
SybaseDate Answered: 04/30/2003 Grade: B Views: 0
Can someone give me the details of oracle datatypes which can i use.
thanks.
http://www.experts-exchange.com/Database/Oracle/Q_20730683.html
Zones:
OracleDate Answered: 09/06/2003 Grade: A Views: 0
I have a web form that uses asp to use sql statements to insert the data from the form to an Access database. This works fine when they are straight forward string values being inserted into text f...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20761659.htm...
Zones:
ASPDate Answered: 10/09/2003 Grade: A Views: 0
Hi!
I am trying the make a table in a MS SQL 2000 database so that I can store URL's, etc.
What data type should I used to store a URL?
I tried a char data type with a size of 85. It worke...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21046954.html
Hi,
When retrieving field info from an MS Access database with the following function:
Public Function GetFields(ByVal conn As OleDbConnection) As DataTable
conn.Open()
Dim ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21245956.htm...
I am a newbie to mySQL and was wondering if there is a proper datatype to use for entering currency? If anyone knows of any links that dispay proper datatypes when creating a table that would be v...
http://www.experts-exchange.com/Database/MySQL/Q_21273041.html
Zones:
MySQL ServerDate Answered: 01/13/2005 Grade: A Views: 0
Hi,
I'm exporting data from my VB.Net application to an Excel sheet that I instanciate in code.
My problem is that some of the datatypes are treated by Excel as text which then prevent any ca...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21363340.htm...