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

    error when trying to read file

    hey guys. i've got a problem with an application. my program loops through folders and subfolders to find defined filetypes. i've tried with some files and it works. but if i have large folders the programm will throw an exception: Specified argument was out of the range of valid values...
  2. TonyVBnet

    search database for special word

    hi. i've got some questions about databases. the program i'm developing should search database-fields for a special string. i think with something like SELECT * FROM table WHERE field LIKE 'http%' it shouldn't be a prob. my question: is it possible, to return a value? i want to store the found...
  3. TonyVBnet

    error occurs when trying to write to database

    hi. i've got a prob with an application. it helps you to find urls in different filetypes. i made some loops and wanted to store the data in a database. it works, but it's not complete. some files and urls are lost. do someone know why? another problem: the values for my primarykey are written...
  4. TonyVBnet

    wildcards in strings

    hi. now my program is able to search. my last thread but there's now another problem: do you know if i can use wildcards for this search? i've tried, but it actually doesn't work. do you have tipps how to use them inside a word? e.g. i'm searching for a word that begins with "b" and ends with...
  5. TonyVBnet

    search for special string in different filetypes

    hey guys. i've got a problem. my program that i've coded doesn't work. normally it should loop through a folder and its subfolders and find special filetypes. this part works. but i also have a method, which reads a file und tries to find a special word. unfortunately this part doesn't work...
  6. TonyVBnet

    sending an error code from an app to a batch-file

    i've got two apps. the second one can only start, when the first was successfull. so i want to send an error code from the first app to a batch-file, which helps to start the second app. so in the batchfile i've got an if-statement to check if the code is 0 or not. if it isn't the second app...

Part and Inventory Search

Back
Top