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 |
|
balajionnet
Starting Member
5 Posts |
Posted - 2009-03-27 : 13:07:27
|
| I am Using SQL Server 2000. When I try to Insert record from VB6.0, sometimes record is not Inserting to the Table (ie. approx for 20 records one recoed is missing).... Please Help me.... |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-03-27 : 13:22:20
|
Do you get an error message? E 12°55'05.63"N 56°04'39.26" |
 |
|
|
balajionnet
Starting Member
5 Posts |
Posted - 2009-03-28 : 01:40:49
|
| No error Msg... The Query execution is sucessfull... But no records found...This happens rarely..... I cant trace out the error...No error in Code.. |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-03-28 : 03:22:53
|
| 1.check if your table has any insert triggers2.also trace with a profiler what query is executed by application and try with the query directly in query analyser |
 |
|
|
|
|
|