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

Recent content by schwankieog

  1. schwankieog

    Need help with using Classes

    The file has to get the assembly for the class somehow. You can include the assembly from the .dll which if you have that ability it is the way to go. My problem occured since i cannot upload a dll to my web server. Here is how to get around the dll: use the Src attribute of page to load the...
  2. schwankieog

    FTP through Socks

    Not to get technical, but bumping isnt mentioned in that faq at all. This isnt my first post on this board, and i normally come here with the hardest issues i encounter since there seem to be knowledgeable people here, which is why i am so suprised no one has answered me. Just to assure any one...
  3. schwankieog

    FTP through Socks

    Last Bump, Anybody ... ???
  4. schwankieog

    FTP through Socks

    Bumping it back to the top
  5. schwankieog

    FTP through Socks

    Hi, I need to write a ftp client program that connects through a socks 4 firewall. I have the basic ftp client coded, i just need to know how to connect through a socks 4 firewall. I have the port, and address to get through. Any help, or especially sample code, would be greatly appreciated...
  6. schwankieog

    Passing function as parameter

    bumping back to the top
  7. schwankieog

    Parameter passing to database ?

    thanks for the help chip, after further research i learned that you can only pass parameters for literal values. hopefully this will save someone a lot of time in the future if the hit this post in a search.
  8. schwankieog

    Passing function as parameter

    Hi, I have a datetime variable i need to insert into an oracle database. since i have been unable to find a "standard" datetime string format for oracle, i am trying to pass the to_date() oracle function as the parameter. when i attempt this i receive the error that non-numeric text...
  9. schwankieog

    Parameter passing to database ?

    bumping it back to the top, in hopes that someone will have an answer
  10. schwankieog

    Parameter passing to database ?

    I am attempting to connect to a Oracle database through c# code. for speed reason i want to use parameters. the following works fine for select statements but when i try to pass in parameters in an alter statement I receive the error "ORA-01036 illegal variable name/number" oracle...
  11. schwankieog

    trigger retreiving and manipulation

    thanks, it works in sql server, but sadly thats not the answer i need. to expand the problem a bit. the code i have to write needs to be able to connect to any type of database. is the standard sql to do what i need ?(no proc)
  12. schwankieog

    trigger retreiving and manipulation

    I have a database with multiple tables that have multiple triggers associated with each table. i am accessing the database in c# through a dataset, but can obviously run sql queries to get neccassarry information. i have the table names, what i need is a way to get all of the trigger names...
  13. schwankieog

    Database triggers???

    I have a dataset. It was retreived from a database. is there a setting that will tell me (and idealy allow me to edit) the triggers on the tables in the dataset? or is the going to be something i have to do through sql?
  14. schwankieog

    C# Obtain Smtp Server Name

    Yeah, been to those sites. was able to get the dll working, but was hoping someone had found a better way than going back to sockets. guess not :/ thanks for all the post.
  15. schwankieog

    C# Obtain Smtp Server Name

    smtp is definitely installed. i keep getting the error unable to create cdo.message object. i have seen many instances of peopl complaining about this, but no real answers. again any help would be greatly appreciated.

Part and Inventory Search

Back
Top