I'm starting using ASP, and I have some problems:
I did install Microsoft Windows 2000 server, and Microsoft Office 97 and:
1. At Windows Explorer I can't see ASP icons for ASP files (there are default Windows icons).
2. After installing Office 97, in Win 2000, I did expect to see ODBC...
There are two questions:
-how to make user use central application (CAD program), but force user to use only his local computer to store data (A: or some folders at C: at his computer)?
-how to make impossible to all local users to start applications (eg. Windows Explorer) at server, and leave...
Short explain (example):
Three tables in database:
Books:
IDbook
booksignature
Persons:
IDperson
Name
Surname
Rents:
IDrent
IDbook
IDperson
daterent
dateback
Now, Persons table is not interesting.
I make an SQL query and I put it into RowSource of ComboBox for...
Problem is (I'll explain it by sample):
Three tables in database: one Books, second Persons, third Rents;
Rents contains data of renting books by Persons.
Form Rents contains two combo's Books and Persons for choose, and two dates (for rent) dateout and dateback.
How to check if book is out...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.