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 strongm 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: kisk
  • Order by date
  1. kisk

    ASP.NET(vb) + MySQL using ODBC .NET Provider & MyODBC 3.51

    I tried multiple connectors and nothing worked. This thread is actually over a year old -- I decided to drop ASP and just use PHP instead. Thanks anyway :)
  2. kisk

    Preparation for Reformat, and ?'s about afterwards...

    One thought I had would be to setup a dual boot... one for the new drive and one for the old, and keep my old OS and drive untouched. Now I know you can setup dual boots from separate partitions on the same master drive, but can you have a dual boot from two separate drives, master & slave? If...
  3. kisk

    Preparation for Reformat, and ?'s about afterwards...

    I'm fixing to reformat and reinstall WindowsXP SP1... The way I have it setup now is I have two drives -- the first drive is a 90gb used for the OS and misc program files. The second drive is 120gb and for downloads/backup purposes. Instead of erasing my main OS drive (the 90gb), I plan to...
  4. kisk

    Searching for files(and within) in explorer...

    Thanks for both of your replies. I tried the PerceivedType suggestion first and it came short. I then tried the PersistantHandler fix and it works great. The search companion now searches inside the other extensions. Thanks a lot! :)
  5. kisk

    Searching for files(and within) in explorer...

    While in explorer, if you hit ctrl+f a find box will come up to the left of the explorer window which you can search the system for files. The filename search works great, but I run into problems when I'm searching for text within files. The search doesn't seem to want to go inside certain...
  6. kisk

    ASP.NET(vb) + MySQL using ODBC .NET Provider & MyODBC 3.51

    I have a weird situation here. I'm programming a web application and it needs to be able to access a MySQL db. Let me go head and say that for all tests I've done, I am using my webhost's mysql database. The app connects to my host's mysql db just fine when the app runs on my computer, but...
  7. kisk

    ASP.NET(vb) + MySQL using ODBC .NET Provider & MyODBC 3.51

    I have a weird situation here. I'm programming a web application and it needs to be able to access a MySQL db. Let me go head and say that for all tests I've done, I am using my webhost's mysql database. The app connects to my host's mysql db just fine when the app runs on my computer, but...
  8. kisk

    ASP.NET(vb) + MySQL using ODBC .NET Provider & MyODBC 3.51

    I have a weird situation here. I'm programming a web application and it needs to be able to access a MySQL db. Let me go head and say that for all tests I've done, I am using my webhost's mysql database. The app connects to my host's mysql db just fine when the app runs on my computer, but...
  9. kisk

    VB.NET + MyODBC: Option Values??

    I'm using the MySQL ODBC 3.51 Driver in VB.NET to connect to a MySQL db and in the connection string there is an "Option=" attribute. I have it set as "3" right now, but I'm not sure exactly what the option values do. Could any of you guys point me to a resource where I can...
  10. kisk

    Asp.NET web application - Compile & upload to remote server?

    I'm coding an asp.NET web application with vb.NET and right now I have my web folder set on my computer -- running off IIS in inetpub/wwwroot. When I run the project, any new files that have been changed are re-compiled and then the application starts up in the browser. I would like to put my...
  11. kisk

    Looking for a vb.net + web application/services book for vb6 coders

    I've been programming for vb6 for a while now, and I was wanting to start to build web applications, so I might as well use vb.net ... Do you guys suggest any good books for using vb.net to create web apps? Thanks, -- kisk
  12. kisk

    Using variables with document.form.submit

    awesome... werkin now... thx a lot man =)
  13. kisk

    Using variables with document.form.submit

    Ok, I run a directory site and it has a lot of links, and I'm trying to set up a way for users to notify me if they find a dead link in my directory. Below I've provided some sample code of how my pages are set up now... '## Start: Page <head> <SCRIPT language=&quot;JavaScript&quot;><!--...
  14. kisk

    Sleep vs. Doevents

    I've got a pause sub that uses a timer variable with doevents to pause and loop until the time expires, but I've noticed that when the pause loop runs, the cpu usage for my app sits at close to 100%. Would using the Sleep api do the same? If not, is there any other way to pause within a sub...
  15. kisk

    A good book for migrating to .net

    Hey guys, I'm pretty familar with VB6, and I was wanting to advance to the new .NET scene. What are some good books that I could buy that would help someone that is already accustomed to VB6 move to vb.net. I'd like something that can give me the info on the new syntax rules and also...
  16. kisk

    Winsock secondary connection thru proxy

    Maybe there is a better forum to ask this in??
  17. kisk

    Application Watcher

    Hey thank you!! ;)
  18. kisk

    Application Watcher

    Are there any programs out there that can 'spy' on another program and see what registry values its trying to read/write, or what files on the HD it is accessing, etc? Thanks ;)
  19. kisk

    Winsock secondary connection thru proxy

    I'm thinkin I might have to use a SOCKS proxy... any ideas?

Part and Inventory Search

Back
Top