all groups > dotnet ado.net > april 2004 > threads for sunday april 25
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Strongly typed data sets
Posted by aguyngueran at 4/25/2004 11:54:06 PM
Hello there,
How can I automatically create strongly typed data set from existing SQL
Server 2000 tables.
I know that I can drag and drop a table to generate one, but I'd like to
generate strongly typed
data set for all specified tables with relations between them ? Is it
possible with Micro... more >>
finding child tables
Posted by chandu sekhar via .NET 247 at 4/25/2004 11:04:42 PM
Oracle.
1)how to find all the the existing chaild tables of a master table?
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>uQ+Pk5MDTU2Wcrlfzf3Buw==</Id>... more >>
very rookie VBScript ADO RDS Binding question
Posted by (gwmarbach NO[at]SPAM earthlink.net) at 4/25/2004 7:05:23 PM
Looking at what is posted here, I'm afraid this will be a real dumb thing to ask (I'm just getting into web programming after having worked in mainframe programming for a long time).
I'm learning about ADO RDS Binding. My (simple) web page finally has been made to successfully retrieve a little ... more >>
Date Querry
Posted by Charles A. Lackman at 4/25/2004 1:49:51 PM
Hello,
I am working with an Access Database and am trying to return a Querry that
is between two specified dates, I have tried the following and none of them
work:
1)
ADataAdapter = New OleDb.OleDbDataAdapter("SELECT * FROM Contributions WHERE
'Date' > " & dtpFrom.Text & " and 'Date' < ... more >>
Advice on filtering and using a Data View
Posted by Willie Neal at 4/25/2004 10:37:36 AM
Using vb.net, I created a data view and would like to filter the view and
determine if a record or group of records exists. My question..........is
there a property I can check to determine if the view contains records
meeting my criteria after filtering is performed? Also if the view does in
fa... more >>
|