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 Wanet Telecoms Ltd 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: *

  • Users: hu68
  • Content: Threads
  • Order by date
  1. hu68

    NT authentication or sql authentication?connection error?

    Hi, there Recently ,I have a problem about using ASP to contact SQL server(2000). my SQL server use NT authentication,but I can not connect it through ASP,the error message saying"login fail for user /Iuser...." I use DSN "weborder" .in my asp page,code is like: conn.open...
  2. hu68

    Why linked table is read only?

    hi ,there In my access database , I have two linked table. T1 linked with another access database,T2 linked with SQL database. T1 is fine ,I can insert or update data.but I can't modify data in T2.I have no idea why T2 is read only? I check T2's permission in SQL,public user hava full permission...
  3. hu68

    Why it 's ?locked by myself

    Hi, there I have a file in our network, i'm author of this file.but recently when i open this file , a message pop up saying this file is editing by myself,it's a read only file. Actually none editing this file at this monent.I was courious why this file is lock by myself? if any one has...
  4. hu68

    problem about db connection

    hi, there I have some problem in my asp page the error message like this: Microsoft OLE DB Provider for ODBC Drivers (0x80040E10) [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. a couple of weeks ago , I use the same asp page,it's fine. but now it doesn't work. Could...
  5. hu68

    invalid user?

    Hi,there I'm new in SQL, I have a question about SQL. I create a datebase in Query Analyzer,and sp_help show me as owner of this database.then I try to create a new tabale in enterprise manager,but the error message pop up saying i'm not valid user for this database. the owner is not the valid...
  6. hu68

    Web server

    Hi,there I'm interested in Asp.net. I'm trying to learn it and rewrite all my ASP page to Asp.net.but I'm not sure what kind of web server is required for asp.net? IIS4 or IIS5? Thanks in advance.
  7. hu68

    how to set schedule for *.vbs

    Hi,there I have a vbscript file I want it run every 50 minutes from 9:00 am in windows command prompt I type in at 9:00 am /every:50 cscript.exe c:\test.vbs but it only run once ,I try to modify the property of it in scheduled task,without success. could some one tell me how to set schedule...
  8. hu68

    About rs.recordcount?

    Hi,all I uae the same database connection,same sql,if I use "set rs=conn.execute(sql)" to get recordset,rs.recordcount return value=-1.if I use "rs.Open sql, conn, adOpenStatic " ,rs.recordcount return correct value.Could some know the reason for it? Thanks
  9. hu68

    Why session end but connection still there

    Hi,all There're a few asp page retriving data from database(Access),since all pages related with one database,I put database connection in session.As far as I know when user disconnect with the website,the everything in session will be destoried autometically. but the strange thing is when I...
  10. hu68

    Where to put it?

    I'm new in asp,I try to set up timeout value for session(eg: session.timeout=40) but I'm not sure where to put it ? in global.asa session _on start event,or in any asp page? Thanks!
  11. hu68

    Who knows the default seting

    I'm new in Access,I'm not sure if there is default seting about table and database(eg:the max size of tabale or database....).if it has this kind of seting where I can find it ? can I modify it? Since the records in our table grow fast, I think it maybe beyond the capability of the table and...
  12. hu68

    parameter of update store procedure?

    In access ADP I have a store procedure -update the specified record in the table,from a form I collect data about updating,but I don't know how to send these data to the update store procedure,Could some one give me some help? Any help will be appreciated.
  13. hu68

    programing about back up?

    I'm trying to make a program that can automatically backup the access file every 2 hours,Does anyone have some idea about it? Thanks!

Part and Inventory Search

Back
Top