Search results for query: *

  • Users: zjen
  • 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

    Ok, I tested a little bit more with the SqlConnection object. If I try to connect the database with "NT Authority" i get the same Internal Server Error message. If I connect with a database-user, it just works fine without errors. Is it so that an ODBC and OleDB object also connects at NT...
  3. 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