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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 odbc error

Author  Topic 

netcigos
Starting Member

1 Post

Posted - 2004-11-14 : 22:08:20
I friend.

I'm built a web aplication using php and msde like database.
The web aplication are connecting using odbc.
It have the problem that when ocurrs a error it display on the
(browser or htm page).I want to know, How I can made to the errors don`t display?
I think that there are to set up the sql server or odbc.
I made a data name source system in the panel control.

nr
SQLTeam MVY

12543 Posts

Posted - 2004-11-14 : 22:49:39
Your app will receive the error and it's there that you should decide what to display to the user.
Odbc and sql server will faithfully deliver any error info to you - although odbc will pass it on an error thread.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -