I am building a website in ASP. My webhost just sent me php files to create databases and tables. Can I create the databases and tables in Php, then add/edit/delete records and with ASP?
Are you sure that your webhost supports ASP? Usually when PHP files are provided the host is *nix based and doesn't support ASP.
What type of database will you be connecting to? So long as you can create a DSN for it you will be able to create an ADO connection. From there you can do anything that you want.
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.