I'm another newbie at ASP. I'm using ASPXP! When I made may first webtable, I followed along with one of the samples! I have a MSAccess2K database that I want to get info from. When I got top the end of the table, there was a part that said: (in the example)
.DataSource.SQLQuery = "SELECT * FROM Employees"
the table I want to use is called "Personnel"
and I want all of the attributes.
I thought mine should look like this:
.DataSource.SQLQuery = "SELECT * FROM Personnel"
Is this right? I'm getting and error about the SQLQuery Part. What should I be using? Any help would greatly appreciated!
Thanks in advance!
Smitty (The epitome of ASP Newbies!)
.DataSource.SQLQuery = "SELECT * FROM Employees"
the table I want to use is called "Personnel"
and I want all of the attributes.
I thought mine should look like this:
.DataSource.SQLQuery = "SELECT * FROM Personnel"
Is this right? I'm getting and error about the SQLQuery Part. What should I be using? Any help would greatly appreciated!
Thanks in advance!
Smitty (The epitome of ASP Newbies!)