I am using VB.net to read an XML file in to SQL server. I am using VBs XML parser to read nodes, elements, etc. When an element's value contains a LE symbol and I insert the string in SQL, the resultant SQL record contains an Equal sign and not an LE.
I cannot examine the string for this...
I am working on a VB 6 app that will communicate with a third party server control. The server control wants inforamtion posted to it in the following format.
http://SQL200:1000/cgi-bin/auth.cgi?ya_da_ya_da_ya
sql2000 = local server's name
"ya_da_ya_da_ya" = information to be posted.
I have...
Hi,
I am having difuculty creating a new table in VB6. I am trying to create a Free table, with the following code.
Create Table Combo (JobNo char(10), Phase char(10), CostCd Char(10))
When this is executed an error is returned. "Function not supported for non-.DBC..." (Not the exact verbage)...
Hi,
Is there a simple way to sort the following User Defined Type on OrdNo?
Public Type Orders
OrdNo as String
InvNo as string
End Type
Sub Main
dim Order() as Orders
ReDim Order(3)
Order(0).OrdNo = "3"
Order(0).InvNo = "556"
Order(1).OrdNo = "1"
Order(1).InvNo = "333"
Order(2).OrdNo =...
Hi,
I have written an ActiveX exe. It is used by another Standard exe and several other VBA applications. When the standard exe uses the AxtiveX exe over and over again, a "Run-time error '7';Out of memory" error occurs.
Stepping through the program and watching the windows process monitor I...
I am trying to make the transition from VB6 to VB.Net and Windows forms to Web Forms. Could someone please show me how to change to a new web page when a button is pressed.
After adding a button to a form, button1. I would like the button1_Click to advance to the next page, SecondPage.aspx. I...
Hi,
I am creating an ActiveX exe. Currently, I can only debug it by adding msgboxes, recompiling and running the calling application. Is there a better way? I would like to be able to step through the code of the ActiveX exe to see what is going on.
thanks,
pat
I am using VB 6 with ADO to query a MS SQL database. I need to return all the records which match my criteria. I can explain it in words but not in code.
Verbally, here is what I am trying to do with a field called ItemNo.
I am given ItemNo = 415.
The table contains 415, ?15, ??5, 4?6, 4?9...
I need to use VBA or VB6 to store paragraphs created in Word to an MS SQL database. I also need to retrieve individual paragraphs and inset them into a temporary Word document for printing before saving the final document to a different table. I performed a search on ADO and Streams and read the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.