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 bkrike 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: rgao
  • Content: Threads
  • Order by date
  1. rgao

    is sharing necessary?

    Hi, there recently, I got problem in our w2kserver, I have a folder" fa" in server, then I create subfolder"sub-fa" under it,I shared "sub-fa" and set up security to let every one has permission to access it.but unfortunally client(nt or w2k) can't access it by...
  2. rgao

    confuse...VPN & IP address

    Hi, there there is something about IP address in Vpn confuse me, I hope some one can give me help. before I use vpn I connect internet,The ISP assign an IP to me with default gateway and DNS server address,then I connect with VPN server,I got another Ip with default gateway and Dns server...
  3. rgao

    This IP confused me...

    Hi,there I use dial up internet connection, after I connected internet I use ipcongig /all to check my ip address, there is something confused me, i hope some one can help me. first question :my ip dhcp enabled is set to no.Did the ISP dynamicaly assign ip to client or not? second...
  4. rgao

    Tcp/ip & broadcast

    Hi, there I'm new in this field, i hava some questions about tcp/ip,I hope someone can help me find answer Q1: does tcp/ip support broadcast? browering "my network place" reply on broadcast? Q2: i have two pc connected by crossover cable,they can ping each other but can not access...
  5. rgao

    DNS & DHCP

    Hi, there I'm new in this field,recently I have a questions (related with DNS& DHCP) confused me,could you guys help me get coreect answe? Q: when we're looking for an address in internet(eg.microsoft.com),Isp's DNS is responsible for name&IP address translation.but when we're looking for...
  6. rgao

    method 'open' failed!!!

    Hi, there I have a problem in Access modules, I need your help!!! I made a function like this: Dim cnn As ADODB.Connection Dim rs As New ADODB.Recordset Set cnn = CurrentProject.Connection SQL = "select * from queryA where..." rst.Open SQL, cnn, adOpenStatic, adLockReadOnly ....... if...
  7. rgao

    Can I use query name in a SQL String?

    Hi, everyone I have a problem in SQL string I have code like this: Dim cnn As ADODB.Connection Dim rs As New ADODB.Recordset Set cnn = CurrentProject.Connection SQL = "select * from tableA where Ponum='A5'" rst.Open SQL, cnn, adOpenStatic, adLockReadOnly ....... It works well, but if...
  8. rgao

    help with SQL string!!

    Hi, everyone Right now I need help on sql string.In Access I have a "table1" which has fields named "type"(data type:text),"section"(data type:text) etc I have some coding: Dim cnn As ADODB.Connection Dim rst As New ADODB.Recordset Dim r As Integer Set cnn =...
  9. rgao

    Add dropdown box in report?

    Hi, there Does someone know how to make Access report interactive,for example put a dropdown box in report,choose different item,the report can disply differnet information.As far as i know report is not interactive, form is interactive,but form is not good at presentation(eg.group data).if you...
  10. rgao

    Same DTPicker control different result?

    Hi, there Recently I have a problem with Active control-Date&Time Picker.I put two DTPickers in a form,(by default I want them display current date) but when this form is opened,one show current date, another one just show the date when I designed this form,it can not display the current...
  11. rgao

    ODBC problem

    Hi there I'm facing the problem of ODBC.the computer using winxp os can using ODBC connect with my SQL serve(sql2000).other computer using win2k can not set up ODBC to connect with this SQL server.the SQL server is same,the seting of ODBC is same,the only difference of these ODBC is:in winxp...
  12. rgao

    Why cdonts.newmail failed after upgrade

    Hi,friends I post this message in ASP forum, no reply,so I post it here to try my luck. I have ASP page using CDONTS.NEWMAIL to send email.It works well in IIS5 in Windows 2000.recently I upgrade my system to Windows XP,IIS5.1 and install ASP.net.when I run this ASP page,I got error...
  13. rgao

    Why cdonts.newmail failed?

    Hi,friends I have ASP page using CDONTS.NEWMAIL to send email.It works well in IIS5 in Windows 2000.recently I upgrade my system to Windows XP,IIS5.1.when I run this ASP page,I got error message"activeX component can not create cdonts.newmail object". I checked my system,found that the...
  14. rgao

    how to copy whole directory to antother place?

    Hi,there I'm trying to writing code to copy a specified directory (include all files) to another place.Could some give me some suggestions? Thanks for any hint.
  15. rgao

    Hi,friends I'm trying to write o

    Hi,friends I'm trying to write online support program to provide answer to customer's FAQ about product's maintaince and troubleshoting. There are three possible solutions related with database design and ASP.I'm not sure which one is better ,so ask you guys opinion. 1.Put the the answer...
  16. rgao

    ODBC connection pool

    hi, Could some one tell me how to set up ODBC connection pool for ASP to connect database? It's said that ODBC 3.x can do connection pooling automatically,how? Thanks for any help and suggestion!
  17. rgao

    cookie disabled but session still work well?

    This is an old question about session Vs cookies,in Asp session works base on cookie, cookie keep info of sessionid,if cookie disabled the sessionid will be different in each page( http is stateless protocal),session will not work well. this is what I know. but there is something weired I delete...
  18. rgao

    How to copy a file to clipboard

    Hi, I'm trying to write a program to copy a file to the clipboard,then paste it to spacified directory.(the reason I didn't use filecopy method is if the sourse file is opened this method will failed,but if using copy and paste to do it ,it's ok.Right now I do it manuly, i want it done...
  19. rgao

    What's the problem with this cookie test?

    Hi, In my asp page I use session to store some information,so I want to write some codes to test the client side cookie,if the client side disable the cookie,it will show message asking them to enable cookie.But while I test it, it doesn't work well,eventhough I disable the cookie ,the session...
  20. rgao

    how to make it show up?

    I have post this message before, but I didn't got any reply. Since this problem really give me hard time while I work with SQLsever 2000,I post it again to ask for help! in SQL server2000,under Enterprise Manager window the database folder display no items,I can not find any database even...

Part and Inventory Search

Back
Top