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

    Problem with Greek characters while streaming data from url

    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...
  2. georgizas

    JET database Engine and Access from ASP

    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"...
  3. georgizas

    Create a new instance of Word using ASP.NET

    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...
  4. georgizas

    passing arguments to a word document

    I want to pass arguments opening a word document for use with VBA
  5. georgizas

    resultset for insert into MSSQLServer database

    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...

Part and Inventory Search

Back
Top