This is a discussion on "recordset constants (data types)" within the Classic ASP section. This forum, and the thread "recordset constants (data types) are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
recordset constants (data types)
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
recordset constants (data types)
I need to create a recordset (through scripting, not connecting to a database)
I know that for text fields (variants) I can use the constant 200, integers is 3 and dates is 7 I've looked all over the place and I can't find anything on this..... anyone know what the other constants are? boolean/memo/etc sample code:
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|
|
#2
|
|||
|
|||
|
#3
|
||||
|
||||
|
I searched the MSDN website and still couldn't find it... I must be thick.......
thanks a million!
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#4
|
|||
|
|||
|
Yeah, the problem with MSDN is you have to already know where something is to find it.
|
|
#5
|
||||
|
||||
|
Well, not quite true.
I always use google to search MSDN, as I find it better than msdn's own search. To search MSDN (on google) for this, you would use:- 'ADO Data types site:msdn.microsoft.com' The 'site:msdn.microsoft.com' switch tells google to ONLY return results from that domain, as can be seen by clicking here:- http://www.google.com/search?hl=en&l....microsoft.com I believe the result you want, is listed second.
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#6
|
|||
|
|||
|
magic numbers....
|
|
#7
|
||||
|
||||
|
thanks guys
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Tags |
| recordset, constants, data, types |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Importing RecordSet to .asp file | tolis | Classic ASP | 8 | Nov 23rd, 2005 20:23 |
| MIME types | ktsirig | PHP Forum | 0 | Oct 10th, 2005 17:38 |
| passing recordset to next page? | Monie | Classic ASP | 1 | Sep 25th, 2004 07:53 |
| Constants | jakyra | Classic ASP | 2 | Oct 16th, 2003 12:27 |