Click here to Skip to main content
15,919,931 members
Home / Discussions / Database
   

Database

 
GeneralRe: Determining if a datarow contains a particular column Pin
leppie27-Dec-02 12:14
leppie27-Dec-02 12:14 
QuestionHow do I execute a query through an ASP page to update my fields Pin
E Slipchenko26-Dec-02 18:29
E Slipchenko26-Dec-02 18:29 
AnswerRe: How do I execute a query through an ASP page to update my fields Pin
leppie27-Dec-02 12:20
leppie27-Dec-02 12:20 
QuestionHow to send data from one application to another Pin
Exceter25-Dec-02 17:37
Exceter25-Dec-02 17:37 
AnswerRe: How to send data from one application to another Pin
Alexander Kojevnikov26-Dec-02 6:00
Alexander Kojevnikov26-Dec-02 6:00 
GeneralCount records / ASP Pin
Sarvesvara (BVKS) Dasa24-Dec-02 21:02
Sarvesvara (BVKS) Dasa24-Dec-02 21:02 
GeneralRe: Count records / ASP Pin
Rein Hillmann24-Dec-02 23:04
Rein Hillmann24-Dec-02 23:04 
GeneralRe: Count records / ASP Pin
Tatham26-Dec-02 7:04
Tatham26-Dec-02 7:04 
The fact that you're using a <script runat="server"> tag says that you're using .NET.

Therefore:
1. Use .NET the proper way with code behinds and a literal control
2. Use .NET the proper way with ADO.NET rather than ADO and late binding

Those are where your problems lie - your using legacy code in a new environment.

If you use ADO.NET, to get your record count just go get the value of myDataset.Tables(0).Rows.Count.

Tatham Oddie (VB.NET/C#/ASP.NET/VB6/ASP/JavaScript)
tatham@e-oddie.com
+61 414 275 989
GeneralRe: Count records / ASP Pin
Rein Hillmann26-Dec-02 17:43
Rein Hillmann26-Dec-02 17:43 
QuestionWhy my SQL Server is so slow? Pin
Wenrich24-Dec-02 18:12
Wenrich24-Dec-02 18:12 
AnswerRe: Why my SQL Server is so slow? Pin
Nick Seng26-Dec-02 23:10
Nick Seng26-Dec-02 23:10 
GeneralRe: Why my SQL Server is so slow? Pin
leppie27-Dec-02 12:25
leppie27-Dec-02 12:25 
AnswerRe: Why my SQL Server is so slow? Pin
Thomas Lau30-Dec-02 18:28
Thomas Lau30-Dec-02 18:28 
GeneralCount total records Pin
Jassim Rahma23-Dec-02 21:18
Jassim Rahma23-Dec-02 21:18 
GeneralRe: Count total records Pin
Mazdak24-Dec-02 1:34
Mazdak24-Dec-02 1:34 
GeneralRe: Count total records Pin
dangdinhtien26-Dec-02 2:52
dangdinhtien26-Dec-02 2:52 
GeneralDeleting rows in disconnected dataset Pin
Ludwig Stuyck23-Dec-02 7:53
Ludwig Stuyck23-Dec-02 7:53 
GeneralRe: Deleting rows in disconnected dataset Pin
Mazdak23-Dec-02 8:08
Mazdak23-Dec-02 8:08 
GeneralRe: Deleting rows in disconnected dataset Pin
Ludwig Stuyck23-Dec-02 9:24
Ludwig Stuyck23-Dec-02 9:24 
GeneralRe: Deleting rows in disconnected dataset Pin
Mazdak23-Dec-02 9:42
Mazdak23-Dec-02 9:42 
GeneralRe: Deleting rows in disconnected dataset Pin
Ludwig Stuyck23-Dec-02 10:07
Ludwig Stuyck23-Dec-02 10:07 
GeneralRe: Deleting rows in disconnected dataset Pin
Nick Seng26-Dec-02 23:17
Nick Seng26-Dec-02 23:17 
GeneralRe: Deleting rows in disconnected dataset Pin
lustuyck27-Dec-02 3:47
lustuyck27-Dec-02 3:47 
GeneralRe: Deleting rows in disconnected dataset Pin
Nick Seng27-Dec-02 14:21
Nick Seng27-Dec-02 14:21 
GeneralPaging in ADO.NET Pin
vasily23-Dec-02 0:31
vasily23-Dec-02 0:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.