Many netizens will ask how ASP does not support the database how to use ADO? We can build a library ourselves. Do not use the format of Access or SQL Server. Build a format yourself.
This is this control.
TDC: Tabular Data Control.
Usage: <Object ID = Countrc Classid = CLSID: 333C7BC4-460F-11D0-004-008055a83>
<Param name = value =>
</object>
Parameters may have:
APPENDDATA: Whether to add a database record.
Charset: Whether the database ignores the lowercase.
DataURL: Database address.
Escapechar: Set the overflow character.
FielDELIM: Set the data bits, the default,
Language: The default value is English
Recordset: Set data set.
sort: Sorting method.
Useheader: Set whether the first line is the title line.
............
The specific usage is the code above!
Line. Look at this Microsoft. You can see that its database is actually an ASP file.
<Object ID = Countrc Classid = CLSID: 333C7BC4-460F-11D0-BC04-008055a83 Border = 0 Width = 0 Height = 0>
<Param name = dataurl value = srcrel.asp>
<Param name = Useheader Value = True>
</object>
The first behavior title line. It's the name:
number, name, sex, Age
001, dreams, boy, 2x
002, Starleee, Boy, 2x
003, AA, BOY, 3X
004,, BB, 3X
See it. I save him as my format. Starleee.txt
Then you can call.
<Object ID = Countrc Classid = CLSID: 333C7BC4-460F-11D0-BC04-008055a83 Border = 0 Width = 0 Height = 0>
<Param name = dataurl value = Starleee.txt>
<Param Name = FieldDelim Value =,> 'I am separated.
<Param name = Useheader Value = True>
</object>
This is our database, which can be used as a database. Build a cursor of a client. Use ADO to combine RDS. The effect is good! What is he useful. Think about it. He can use it on the ISP free homepage that does not support the database! Many ISPs are now not let you use Access or SQL Server. We can do it like this.