I am using Vb.Net 2008 that is very well integrated with Oracle.
You can easily define Oracle data access components.
here is a code sample:
Dim cmd As OracleCommand
Dim ORConn As OracleConnection
ORConn = New OracleConnection("Data Source=" & sDataSource & ";User Id=" & vsDatabaseName &...
Most of these questions are irrelevant. I just need to find a piece of code that reads the contents of a CSV file and writes this data into an Oracle table.
If you are familiar to SQL Server, there are VB.NET techniques like 'bulk insert ' or using a 'Microsoft.Jet.OLEDB.4.0' connection that...
Thank you jbenson001, i wasn't aware of this issue.
I may use client-side programming then.
Do you know by any chance where I can find vbscript (or javascript) code that exports a report to Excel?
I have a Microsoft reportviewer control on may page and a .rdlc report.
There is an Export...
Thank you for your reply Mark.
I am new to ASP.NET
I addded runat="server" as follows:
<input id="btnExport" type="button" value="Export Report"
runat="server" /></p>
and the function in vb module is:
Protected Sub btnExport_Click(ByVal sender As Object, ByVal e As...
Hello,
I have an ASP.NET page with an Input button that calls a function:
<input id="btnExport" type="button" value="Export Report" onclick="vbs: ExportReport()" />
And this is the function:
<script language="vbscript" type="text/vbscript">
Function ExportReport()
Msgbox “Ok”
End...
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.