Search results for query: *

  • Users: zjen
  • Content: Threads
  • Order by date
  1. Z

    Webmethod writing alot of data into DB, called by multiple clients at same time

    WeI have a problem: i made a webservice with a webmethod that handles big chunks of data, to be written in a ms sql server database table. (about 7000 rows per session) the webservice is called at random times by different clients, which send the data. the webservice has only 1 database...
  2. Z

    Using a databaseconnection -> Internal Server Error

    Hi, I want to query a database in my webservice. but when i use either an ODBC or an OleDB connection, an "Internal Server Error 500" raises when i open the connection. This is the Code: <WebMethod()> _ Public Function opendb() As Boolean Dim oConn As New Odbc.OdbcConnection...
Back
Top