Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
PaTRiCKDRD
Yak Posting Veteran
55 Posts |
Posted - 2008-10-07 : 04:35:39
|
I am running an ASP.NET application. Quite often I am getting random error like the below:# Column col does not belong to table Table# Cannot find table 0# Cannot find column colEnvironment details:Windows 2003 Enterprise EditionSQL Server 2005 Enterprise Edition (Service Pack 2.0 installed).NET Framework 2.0Driver used: SqlClientPlease, I'm desperate with this one and don't know what to do,somebody help me out please Thanks in advance! |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-07 : 04:42:01
|
whats the query that you're trying to execute from application? it seems like you're trying to create a table and access data from it in application and in some cases the creation isnt happening correctly. |
 |
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2008-10-07 : 04:50:20
|
Paste your script here. Also SQLClient its not a driver its a namespace Using System.Data.SqlClient |
 |
|
|
|
|