Many people may have their own Asp homepage, but not many people with database permissions. Today I will give you a method. You can create a library by yourself. No access or sqlserver format. Create a format yourself. (It sounds very profound! I used to develop a database and they were all very powerful system analysts! Let's make some changes today!)
That's the control.
tdc:tabulardatacontrol.
Usage: <objectid=countsrcclassid=clsid:333c7bc4-460f-11d0-bc04-0080c7055a83>
<paramname=value=>
</object>
Parameters may be:
appenddata: Whether to add a database record.
charset: Whether the database ignores case.
dataurl: database address.
escapechar: Set the deflowered character.
fielddelim: Set the data bit segmentation range, default to,
language: The default value is english
recordset: Set the dataset.
sort: sorting method.
useheader: Set whether the first line is the title line.
............
There are a few more I don't know how to translate. I didn't use it.
The specific usage is the above code!
Liezi. Look at this from Microsoft. You can see that its database is actually an asp file.
<objectid=countsrcclassid=clsid:333c7bc4-460f-11d0-bc04-0080c7055a83border=0width=0height=0>
<paramname=dataurlvalue=srcrel.asp>
<paramname=useheadervalue=true>
</object>
Ha ha. I'll build one too
The first behavior is title line. That's the list:
number,name,sex,age
001,dreams,boy,2x
002,starleee,boy,2x
003,aa,boy,3x
004,,bb,3x
See it. I saved him in my format. starleee.txt
Then you can call it.
<objectid=countsrcclassid=clsid:333c7bc4-460f-11d0-bc04-0080c7055a83border=0width=0height=0>
<paramname=dataurlvalue=starleee.txt>
<paramname=fielddelimvalue=,>'I am separated with ","
<paramname=useheadervalue=true>
</object>
This is my database.
Cool or not. It can then be regarded as a database. Create a cursor for the client. Use the ado method and combine it with rds. The effect is good! What's the use of him? Think about it. It can be used on the isp free homepage that does not support the database! Nowadays, many isp do not allow you to use access or SQLServer. We can do it this way. Build your own library. Then call it. As long as he supports ie. (Nonsense, affirmative support for Asp support.)