Forum: ASP.NET Mar 29th, 2005 |
| Replies: 152 Views: 188,497 hi hi! thanks for the reply Paladine about the table issue. The next thing i want to do is compare a username to a username in the database.
From this line:... |
Forum: ASP.NET Mar 17th, 2005 |
| Replies: 152 Views: 188,497 Hi Paladine,
i just wanted to know, how can i insert more fields into the exisiting table on sql server? |
Forum: ASP.NET Mar 15th, 2005 |
| Replies: 152 Views: 188,497 I started from scratch and its working now! ur a chamP!
cheers |
Forum: ASP.NET Mar 15th, 2005 |
| Replies: 152 Views: 188,497 hi hi!
i didnt see the 2nd posting u did and i changed my web.config to:
<appSettings>
<add key="strConn" value="Data Source=(local); database=users; user id=sa; password=chaos;"/>... |
Forum: ASP.NET Mar 15th, 2005 |
| Replies: 152 Views: 188,497 hi Paladine,
i just tried ur code with this change in the webconfig:
<appSettings>
<add key="strConn" value="Provider = SQLOLEDB; Data Source=(local); Initial Catalog=users; Integrated... |