what create table using ADO.NET to VB.NET 
Author Message
 what create table using ADO.NET to VB.NET

Hi all
what create table using ADO.NET to VB.NET
on SQL2000
and bound tables

SELECT Name.Name, Email.EMail
FROM Name INNER JOIN Email ON Name.EmailID = Email.ID;



Thu, 21 Apr 2005 16:50:12 GMT  
 what create table using ADO.NET to VB.NET
May you explain more ,, i did not get what you exacltly mean


Quote:
> Hi all
> what create table using ADO.NET to VB.NET
> on SQL2000
> and bound tables

> SELECT Name.Name, Email.EMail
> FROM Name INNER JOIN Email ON Name.EmailID = Email.ID;



Thu, 21 Apr 2005 17:33:39 GMT  
 what create table using ADO.NET to VB.NET
I want to create in SQL two tables and relations on VB.NET by means of code


Quote:
> May you explain more ,, i did not get what you exacltly mean



> > Hi all
> > what create table using ADO.NET to VB.NET
> > on SQL2000
> > and bound tables

> > SELECT Name.Name, Email.EMail
> > FROM Name INNER JOIN Email ON Name.EmailID = Email.ID;



Thu, 21 Apr 2005 18:41:28 GMT  
 what create table using ADO.NET to VB.NET

Quote:

> I want to create in SQL two tables and relations on VB.NET by means of code

Run the sql server console.
Create the two tables as you want them.
Add the relations or whatever you want.
Select the two tables and create the script for them - make sure you
tick everything you'll be needing.
Take a look at the script you have.
You want to execute this.
Look up ado and execute if you're thinking execute?

Somewhere along the way you'll perhaps want to drop the relationships
and tables.



Fri, 22 Apr 2005 17:57:12 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. ADO.NET with ASP.NET using VB.NET

2. I can not INSERT into Access95 using ADO.net and VB.NET

3. Using VB.Net, ADO.Net and Access

4. Fatal Error, using VB .NET + ADO .NET

5. INSERT into access database using vb.net/ado.net..problem

6. crystal.net report from asp.net created (temporary) table

7. VB.NEt Beginner: Creating a COM+ Object in VB.net

8. creating link tables in access using .net

9. VB.NET ODBC.NET limitations solved DSN list / Tables list

10. Packing a FoxPro table via ODBC.net from VB.net

11. Find good book about using CR.NET with VS.NET and .NET Framework

12. ADO.Net to fetch ActiveDirectory this function bugs in Asp.net but works in Vb.n

 

 
Powered by phpBB® Forum Software