Re: Query two databases with asp
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Wed, 12 Mar 2008 09:56:04 -0400
let's make sure I have this straight:
DB1..School
ID numeric (precision and scale please?)
All the rest of the fields are nvarchar? What are the defined lengths?
DB2..Users
ID numeric (precision and scale please?)
firstname varchar (length?)
lastname bit ???
address int ???
city numeric???
CompanyName datetime ???
Huh???
dusty wrote:
DB1\school table
int
nvarchar
DB2\Users
numeric
varchar
bit
int
numeric
datetime
"Bob Barrows [MVP]" wrote:
dusty wrote:
I'm trying to create an asp page that will allow users to generateWhat are the datatypes of these fields, please?
search results by querying mssql databases.
I inherited these databases and did not build them. Here's the
scenario.
I have two databases: DB1 and DB2. School is a table of DB1 that
consists of the fields:
ID, Parish, School, Principal, address, city, zip, etc.
Users is a table of DB2 that consists of the following fields:
ID, firstname, lastname, address, city, CompanyName, etc.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get
a quicker response by posting to the newsgroup.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
.
- Follow-Ups:
- Re: Query two databases with asp
- From: dusty
- Re: Query two databases with asp
- References:
- Re: Query two databases with asp
- From: Bob Barrows [MVP]
- Re: Query two databases with asp
- Prev by Date: Re: Query two databases with asp
- Next by Date: Re: Query two databases with asp
- Previous by thread: Re: Query two databases with asp
- Next by thread: Re: Query two databases with asp
- Index(es):
Relevant Pages
|
Loading