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: *

  1. jcsilva

    Filling DataSet problem

    Hi there, I have a problem filling a DataSet. Here are the background: I'm executing a SP that retrieve some data, about (26 records). Those records have 3 string columns. When I fill the DataSet with this results, there is no problem, I can fill a DataGrid a display it in the aspx. But in...
  2. jcsilva

    Visual Basic and XML

    Hi!, somebody have been read my thread at XML forum? thread426-530485 Its about create a XML file from a VB App. I really need your help. Regards, ________________________________ Juan Carlos Silva Software Developer
  3. jcsilva

    XML and Visual basic

    Hi there, I have a little application in VB 6. Iam trying to create a XML file and assign the DTD to validate this xml file. My code is this: Private Sub cmdCreateXMLFile_Click() Dim xml As MSXML2.DOMDocument Dim root As IXMLDOMNode Dim tmpNode As IXMLDOMNode Dim tmpAttr As...
  4. jcsilva

    Execute batch file "Read myFile.sql"

    Hi there, I'm developing an application in VB 6 and Sybase Adaptive Server Anywhere Database Engine Version 6.0.3.2747. I'm trying to execute a batch file(.sql) from VB. This file have some sentences. I have been reciving an error: [Sybase][ODBC Driver][Adaptive Server Anywhere]Syntax error...
  5. jcsilva

    Recompile JSP for resolve an error

    Hi Salih, Well, the errors that I have been reciving are only in the client side. I mean, sometimes appear JavaScripts errors, but those are ilogical errors, because this code has already worked. Also I have recived errors like session data lost, or null values, but never Exceptions...
  6. jcsilva

    Recompile JSP for resolve an error

    Hi there, I have WAS 3.5 running on Linux 6.2. In the web application sometimes I have recived somes errors, but apparently without reason. The solution that I found is open the JSP file in the text editor, modify it, undo the modification and save the file. With this action WS recompile the...

Part and Inventory Search

Back
Top