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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. raselwasel

    Automation Error

    I developed an application using VB6. There's this one user who complains that an error, AUTOMATION ERROR to be exact, appeared on her computer. of all my users, she's the only one who receives that kind of error message. Would anyone here know how to determine what causes such error? thanks a lot!
  2. raselwasel

    Report reflects 0 values

    I developed a report application program using visual basic 6 and MS SQL Server 2000 as back-end and used crystal reports v.8.1 to create the report layouts. All the data that I get from the server is being dumped at the client's temporary mdb file. Here's my question: Why is it the reports in...
  3. raselwasel

    Maximum Command and Connection timeout

    my query takes for about 5-15 mins, depending on the filters that a user has set. i'm talking here from tens of thousands to hundreds of thousands of records. my connection to my server is like this: repconn.CursorLocation = adUseClient repconn.ConnectionString = "DSN=" & company &...
  4. raselwasel

    Maximum Command and Connection timeout

    I created an application using visual basic 6 and SQL Server 2000 as its backend. I was trying to execute a query, but it always get an error msg saying CONNECTION TIMEOUT. I set the command and connection timeout to 10,000 already and still get the same error msg. Here's my question, what is...
  5. raselwasel

    The view is NOT SCHEMA BOUND

    i see...thanks for the advise! ^_^
  6. raselwasel

    The view is NOT SCHEMA BOUND

    I created a view in SQL Server 2000 Query Analyzer and I wanted to create an index for it. But when I tried to run my create index syntax, this error message appeared: Cannot create index on view 'VTSAMPLE' because the view is not schema bound. Does anybody here know the meaning of...
  7. raselwasel

    Run-time error '394' in Visual Basic 6

    this is where the error appears: cryRep.Action = 1
  8. raselwasel

    Run-time error '394' in Visual Basic 6

    I'm using VB6 and Crystal Reports 8.1. When i try to generate my report thru VB at runtime, "Run-time error '394'" appeared. It said that PROPERTY IS WRITE-ONLY. Does anyone know how to resolve this? thanks!

Part and Inventory Search

Back
Top