Click here to Skip to main content
15,897,273 members
Home / Discussions / Database
   

Database

 
GeneralRe: fill an access table with a dataset Pin
dishanf14-Mar-04 21:39
dishanf14-Mar-04 21:39 
GeneralCount (*) Pin
Peter Mayhew14-Mar-04 1:43
Peter Mayhew14-Mar-04 1:43 
GeneralRe: Count (*) Pin
-Dr_X-14-Mar-04 8:15
-Dr_X-14-Mar-04 8:15 
GeneralRe: Count (*) Pin
Peter Mayhew14-Mar-04 9:30
Peter Mayhew14-Mar-04 9:30 
GeneralRe: Count (*) Pin
Peter Mayhew14-Mar-04 9:56
Peter Mayhew14-Mar-04 9:56 
GeneralRe: Count (*) Pin
-Dr_X-14-Mar-04 10:17
-Dr_X-14-Mar-04 10:17 
GeneralRe: Count (*) Pin
-Dr_X-14-Mar-04 10:06
-Dr_X-14-Mar-04 10:06 
GeneralRe: Count (*) Pin
Peter Mayhew15-Mar-04 4:48
Peter Mayhew15-Mar-04 4:48 
Tried again, but could not get it to work, I had a feeling that the code you submitted was in ASP.NET, which my friend David Wulff confirmed for me.

My host (oneandone) does not allow me to use .NET, which explains things, i've managed to get things to work now with the following code, incase anyone else reads this in the future

set rs = OBJdbConnection.execute("SELECT count(ID) as total from Log")<br />
sTotalpages = rs("total")


Thanks for your time, its appeciated!

---
Peter M
GeneralRe: Count (*) Pin
dishanf14-Mar-04 18:39
dishanf14-Mar-04 18:39 
GeneralRe: Count (*) Pin
Peter Mayhew15-Mar-04 4:52
Peter Mayhew15-Mar-04 4:52 
GeneralRe: Count (*) Pin
Peter Mayhew15-Mar-04 10:12
Peter Mayhew15-Mar-04 10:12 
GeneralRe: Count (*) Pin
-Dr_X-15-Mar-04 11:49
-Dr_X-15-Mar-04 11:49 
Generalsql statements Pin
pnpfriend12-Mar-04 9:02
pnpfriend12-Mar-04 9:02 
GeneralRe: sql statements Pin
Henrik Stuart12-Mar-04 9:15
Henrik Stuart12-Mar-04 9:15 
GeneralRe: sql statements Pin
dishanf14-Mar-04 18:42
dishanf14-Mar-04 18:42 
GeneralRe: sql statements Pin
Arjan Einbu14-Mar-04 21:00
Arjan Einbu14-Mar-04 21:00 
GeneralRecordset dim problem Pin
Fabio Panzavolta12-Mar-04 3:39
Fabio Panzavolta12-Mar-04 3:39 
GeneralRe: Recordset dim problem Pin
l a u r e n18-Mar-04 18:54
l a u r e n18-Mar-04 18:54 
GeneralCreating a new access database using ADO.NET Pin
pankajdaga11-Mar-04 2:20
pankajdaga11-Mar-04 2:20 
GeneralRe: Creating a new access database using ADO.NET Pin
Mike Ellison11-Mar-04 6:15
Mike Ellison11-Mar-04 6:15 
GeneralRe: Creating a new access database using ADO.NET Pin
pankajdaga11-Mar-04 19:38
pankajdaga11-Mar-04 19:38 
GeneralSQL Server Access rights Pin
Nick Seng10-Mar-04 17:48
Nick Seng10-Mar-04 17:48 
GeneralRe: SQL Server Access rights Pin
Mike Dimmick11-Mar-04 2:29
Mike Dimmick11-Mar-04 2:29 
GeneralRe: SQL Server Access rights Pin
Nick Seng11-Mar-04 14:18
Nick Seng11-Mar-04 14:18 
GeneralSQL code and datagrid Pin
ASGill10-Mar-04 13:24
ASGill10-Mar-04 13:24 

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.