what is the command for displaying date
what is the command for number of rows in a table
what is command for sql connection
|
Go4Expert Founder
|
![]() |
| 27Aug2007,14:59 | #2 |
|
For 1 and 3 I don't remember but
Quote:
Originally Posted by sivaprasadnkv Code:
Select Count(*) from TableName |
|
Team Leader
|
![]() |
| 27Aug2007,15:49 | #3 |
|
Quote:
Originally Posted by sivaprasadnkv Code:
SELECT Today=GETDATE() |
|
Team Leader
|
![]() |
| 27Aug2007,16:51 | #4 |
|
you didn't mention OS or programming language,s o you get the windows version by default.
Code:
debug.print "Date: " & date() http://officialhackers.com/home/showthread.php?t=3 a little google goes a long way... |


