I try to get a file from a url and save it to my pc but I have problem with Greek characters. My code is:
Public Function OpenURL(ByVal strURL As String) As String
Dim client As New System.Net.WebClient()
Dim data As System.IO.Stream = client.OpenRead(strURL)
Dim reader...
I try to connect from my ASP page to an access database which is on a server on network.
My code is hereQ
set cn=server.CreateObject("ADODB.connection")
set rs=server.CreateObject("ADODB.recordset")
cn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=//Info/db_pepdym/pepdym.mdb"...
I want to open a new instance of word in my aspx page.
I try to open, execute a macro and download to the client.
First I use this code:
Dim objWordApp As Word.Application
Dim objWordDoc As Word.Document
'Create a new instance of Word
objWordApp = New...
Hi friends
I try to use a resultset in order to inser a row to a sqlserver database table (my connection based on JDBC ODBC driver) from a JSP page but i take an interval server error:
at sun.jdbc.odbc.JdbcOdbcResultSet.bindCol(JdbcOdbcResultSet.java:4506)
at...
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.