Search results for query: *

  1. D

    A call to PInvoke function WriteProfileString has unblalanced stack

    I'm having problem at the specified **** row for write INI function, please help me to see whether it's the data type declared wrongly or my function written wrongly. **Declaration for write profile string with 4 parameters <DllImport("kernel32.dll")> _ Public Function...
  2. D

    Write.ini function ( please help me to convert from vb6 to vb.net)

    Guys , I'm new in vb6 so please do teach me how to convert my write.ini and read.ini function from VB6 to VB.net. Declaration using As Any are not acceptable in vb.net so which type should i change it to? (Declaration) Public DataConn As ADODB.Connection Public FSO As New FileSystemObject...
  3. D

    Question How to export xml.files data into sql server management studio??

    I would like to convert a xml file to sql server . The below code enable me to read each node and every value of my xml files and i will keep the parent node into parent array and children node into children array then i would run a sql insert table query , however i can't separate the array...
  4. D

    Remove NewDataSet node error (Illegal char in path)

    Hi i'm trying to remove the NewDataSet node from an exsiting xml file but i receive an error during my runtime - Illegal char in path Example of my xml document :- <?xml version="1.0" standalone="yes"?><NewDataSet> <trs_bills> <ID>145</ID>...
Back
Top