Ask a Question related to ASP Database, Design and Development.
-
sql=access=datatypes?
What would be the corresponding data types for the following existing Access
data types:
Autonumber = (UniqueIdentifier?)
Number = (int?Numeric?)
Yes/No = (?)
Thanks...I am trying to convert an access table into an sql server table but
this is my first attempt...sql server seems to have much broader data type
range than access.
Rgds
Jason
Guest
-
Converting Datatypes
Hi, I need to change a varchar field in my DB to a small date/time field. The problem is I don't want to lose the data, as I have quite a lot of... -
Complex DataTypes
Ok, I created a Web Service using PHP5 SOAP extension. I created the WSDL and I can serve and consume that service in PHP. Now I am trying to... -
Service with 'shared' datatypes
Hello NG, I need to write a factory where I be able to switch between webservice support and normal dll support. So I wrote a small test... -
Custom Datatypes and how to get rid of ArrayOfAnyType.
I am writing a Web Service, using ASP.NET. I have two different collections in a separate DLL, which I want to return from two different WebMethods... -
Datatypes in Informix
Hi, I am trying to obtain an extract of my Informix database into a formatted spreadsheet. The information of the fields in a table is... -
Re: sql=access=datatypes?
Found a possible site to answer my own question:
[url]http://www.schemamania.org/jkl/booksonline/SQLBOL70/html/2_005_64.htm[/url]
Appreciate any other advice on conversions...
ps: would you advice using the RS.Addnew method for a sql server database or
should I adjust code to INSERT?
<jason@catamaranco.com> wrote in message
news:ejxcUoZdEHA.320@TK2MSFTNGP10.phx.gbl...Access> What would be the corresponding data types for the following existingbut> data types:
>
> Autonumber = (UniqueIdentifier?)
> Number = (int?Numeric?)
> Yes/No = (?)
>
> Thanks...I am trying to convert an access table into an sql server table> this is my first attempt...sql server seems to have much broader data type
> range than access.
>
> Rgds
> Jason
>
>
Guest
-
Aaron [SQL Server MVP] #3
Re: sql=access=datatypes?
You should probably read this article in full:
[url]http://www.aspfaq.com/2214[/url]
--
[url]http://www.aspfaq.com/[/url]
(Reverse address to reply.)
<jason@catamaranco.com> wrote in message
news:ejxcUoZdEHA.320@TK2MSFTNGP10.phx.gbl...Access> What would be the corresponding data types for the following existingbut> data types:
>
> Autonumber = (UniqueIdentifier?)
> Number = (int?Numeric?)
> Yes/No = (?)
>
> Thanks...I am trying to convert an access table into an sql server table> this is my first attempt...sql server seems to have much broader data type
> range than access.
>
> Rgds
> Jason
>
>
Aaron [SQL Server MVP] Guest
-
Re: sql=access=datatypes?
Perfect! Thanks!
"Aaron [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message
news:uDM9jwZdEHA.2376@tk2msftngp13.phx.gbl...type> You should probably read this article in full:
> [url]http://www.aspfaq.com/2214[/url]
>
> --
> [url]http://www.aspfaq.com/[/url]
> (Reverse address to reply.)
>
>
>
>
> <jason@catamaranco.com> wrote in message
> news:ejxcUoZdEHA.320@TK2MSFTNGP10.phx.gbl...> Access> > What would be the corresponding data types for the following existing> but> > data types:
> >
> > Autonumber = (UniqueIdentifier?)
> > Number = (int?Numeric?)
> > Yes/No = (?)
> >
> > Thanks...I am trying to convert an access table into an sql server table> > this is my first attempt...sql server seems to have much broader data>> > range than access.
> >
> > Rgds
> > Jason
> >
> >
>
Guest
-
Aaron [SQL Server MVP] #5
Re: sql=access=datatypes?
> ps: would you advice using the RS.Addnew method for a sql server database
orUse INSERT.> should I adjust code to INSERT?
[url]http://www.aspfaq.com/2191[/url]
Aaron [SQL Server MVP] Guest



Reply With Quote

