Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Write to Table Failure

Status
Not open for further replies.

JayKusch

MIS
Joined
Oct 30, 2001
Messages
3,199
Location
US
can anyone tell me what this error is caused by and if not, where i may go to look it up. seems like alott of folks are getting it, but i have found no explaination?

Thanks

[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionWrite (send()).

Data Source = "TRENDS"

 
Silly question, do the users have the ability to write to the database?
 
yes, this error message is related to an ADD to a table in our Trends DB. our front end is a Cold Fusion app/screen that they enter their data into and then submit.

Thanks
 
I don't know if this will help, but alot of times, it seems our DNS is screwed up, and in the DSN, I have to specify the server's IP address, for example, insteard of saying 1Peter, I have to put 170.36.233.35

The only other thing I could think of is if they have INSERT permission on the SQL server, maybe there is some CF protection against db inserts?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top