thebobby Posted January 21, 2011 Posted January 21, 2011 i have stock code but need to know how to do the data base Quote
thebobby Posted January 22, 2011 Author Posted January 22, 2011 thanks but wats these mean `stockUD` TINYINT(1) NOT NULL DEFAULT '1', PRIMARY KEY (`stockID`) ) ENGINE=MyISAM; Quote
thebobby Posted January 22, 2011 Author Posted January 22, 2011 PRIMARY KEY (`stockID`) ) ENGINE=MyISAM; wheres this go Quote
pennystock6 Posted September 19, 2011 Posted September 19, 2011 I am looking to design a database in access that can be accessed on the Internet on a Web page. What you need to do to achieve, a few people I have talked to mentioned ASP.net and ADO.net. I have no much idea. Quote
Dominion Posted September 19, 2011 Posted September 19, 2011 I am looking to design a database in access that can be accessed on the Internet on a Web page. What you need to do to achieve, a few people I have talked to mentioned ASP.net and ADO.net. I have no much idea. If you're looking to use an access database on the web there are a few options. PHP can connect although not really the best option (http://www.w3schools.com/php/php_db_odbc.asp) as can a great many languages. So what are you comfortable working with? Do you have access to the server? Why did you post here rather then in your own thread? O.o Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.