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

    MOVE sentence

    If I have the next vbles: camp of table (value) = DOG vble2= camp of table If..... MOVE vble2 TO vble3 If i want that the vble3 equals DOG .... What is the COBOL sentence to do it???? Can i do it with the move sentence, if i find other sintaxis????? Thanks. SunStorm
  2. SunStorm

    Problems with a variable string

    Good morning. I have some problems with a variable string. I have an oracle table, and in two camps y have the name of an other oracle table and in other camp i have the name of a table camp. I need to take this strings and make a MOVE camp1 OF table1 to XXXXXXX statement. But I don't know if...
  3. SunStorm

    I have problems with a data import

    When I want to import data froma dmp file, ORACLE saws me this error: IMP-00017: following statement failed with ORACLE error 1658 Can anyone help me? Thanks. SunStorm
  4. SunStorm

    How can I copy one recorset into other recordset?

    I have a recorset with 30 fields, but I wan't to copy field by field. Can I copy recordset by recordset? Thanks Thanks. SunStorm
  5. SunStorm

    Problem with a Server for database access

    When the connection string have this format: Driver={Microsoft ODBC for Oracle};UID=user;PWD=pass;Server=UNIX The NTserver raise this error: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC driver for Oracle][Oracle]ORA-12154: TNS can't resolve the service name...
  6. SunStorm

    How can I connect an external database to an asp????

    Hi I have an asp aplication but the database is in other server, in other city. It's an Oracle database but I don't know what is the connection string. For example: conexion.ConnectionString="Driver={Microsoft ODBC for...
  7. SunStorm

    SQL query with a quote/comma in one field of the query

    Hi, I have one sql query to access a oracle database, but in one field of the query there is a comma/quote in the string. How can I remove the comma/quote from the field in the query? Actually, the asp error is: there is a comma in the column. Thanks. Thanks. SunStorm
  8. SunStorm

    Where do I find an applet that draw grafics?

    I need an applet that draw graphics when receive datas from an asp file. What do I need? An applet or an CGI? Thanks. Thanks. SunStorm
  9. SunStorm

    How can i reload an asp page with the original data?

    I want to reload a page that has a form with the original data when i push the browser back button. But if i use the reload method of the window object in the onLoad event, the browser ask if i want to reload the form always and ask it even and even. Thanks. Thanks. SunStorm
  10. SunStorm

    I have a problem registrering a third part component for upload files.

    from client to web server. The regsvr32 throws this message:an error registrering ASPUpload.dll. error 0x000007e. ¿What's the problem, and how I register the library propertly? :-) Thanks. SunStorm
  11. SunStorm

    How do I upload a file using VBScript and ASP?

    I want to upload an image file (.jpg) from client to the web server, but I can't do it with FileSystemObject.:-) Thanks. SunStorm

Part and Inventory Search

Back
Top