Search Results

Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: bruce2424 ; Forum: VB.NET and child forums
Forum: VB.NET Nov 23rd, 2008
Replies: 3
Views: 6,496
Posted By bruce2424
take a look at vb.net substring in detail.

http://vb.net-informations.com/string/vb.net_String_Substring.htm

bruce.
Forum: VB.NET Nov 12th, 2008
Replies: 2
Views: 12,641
Posted By bruce2424
You can retrieve data from database without using dataset .

cnn.Open()
cmd = New SqlCommand(sql, cnn)
Dim count As Int32 = Convert.ToInt32(cmd.ExecuteScalar())
...
Forum: VB.NET Nov 12th, 2008
Replies: 5
Views: 52,070
Posted By bruce2424
try this

http://vb.net-informations.com/dataadapter/dataAdapter-dataset.htm

http://vb.net-informations.com/ado.net-dataproviders/ado.net-dataproviders-tutorial.htm

bruce.
Forum: VB.NET Nov 12th, 2008
Replies: 11
Views: 19,742
Posted By bruce2424
connetionString = "Data Source=ServerName;Initial Catalog=DatabaseName;User ID=UserName;Password=Password"
connection = New SqlConnection(connetionString)
...
Forum: VB.NET Nov 10th, 2008
Replies: 4
Views: 2,469
Posted By bruce2424
You can pass login parameter to crystal reports dyanmically .

http://vb.net-informations.com/crystal-report/vb.net_crystal_report_load_dynamically.htm

bruce.
Forum: VB.NET Nov 8th, 2008
Replies: 4
Views: 44,467
Posted By bruce2424
for int i=0 to dataset.tables(0).rows.count -1
adapter.InsertCommand = New SqlCommand(insertSQL, connection)
adapter.InsertCommand.ExecuteNonQuery()
next i
...
Forum: VB.NET Nov 8th, 2008
Replies: 9
Views: 14,300
Posted By bruce2424
connetionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=yourdatabasename.mdb;"
connection = New OleDbConnection(connetionString)

full src code
...
Forum: VB.NET Nov 8th, 2008
Replies: 2
Views: 2,297
Posted By bruce2424
use this

http://vb.net-informations.com/dataset/dataset-count-rows-oledb.htm

bruce
Forum: VB.NET Oct 12th, 2008
Replies: 1
Views: 3,909
Posted By bruce2424
follow the url, it explain how to ExecuteScalar

http://vb.net-informations.com/ado.net-dataproviders/ado.net-executescalar-sqlcommand.htm
Forum: VB.NET Oct 9th, 2008
Replies: 4
Views: 7,846
Posted By bruce2424
you can connect excel file through vb.net with the help of oledb. check the following link.

http://vb.net-informations.com/excel-2007/vb.net_excel_oledb.htm

bruce.
Forum: VB.NET Oct 9th, 2008
Replies: 3
Views: 2,201
Posted By bruce2424
Your question is not clear yet. Refer the following link so see more help on excel automation in vb.net.

http://vb.net-informations.com/excel-2007/vb.net_excel_2007_tutorials.htm

bruce.
Forum: VB.NET Oct 8th, 2008
Replies: 5
Views: 7,985
Posted By bruce2424
try this crystal report tutorial.

http://vb.net-informations.com/crystal-report/vb.net_crystal_reports_tutorials.htm

bruce
Forum: VB.NET Oct 8th, 2008
Replies: 3
Views: 1,049
Posted By bruce2424
Here one step by step Crystal reports in vb.net.

http://vb.net-informations.com/crystal-report/vb.net_crystal_reports_tutorials.htm
Forum: VB.NET Sep 11th, 2008
Replies: 3
Views: 2,632
Posted By bruce2424
try this link

http://vb.net-informations.com/crystal-report/vb.net_crystal_reports_tutorials.htm

thanks.
Forum: VB.NET Sep 11th, 2008
Replies: 4
Views: 11,870
Posted By bruce2424
Just follow the link , you will get a step by step crystal reports creation in vb.net

http://vb.net-informations.com/crystal-report/vb.net_crystal_reports_tutorials.htm

bruce
Forum: VB.NET Aug 26th, 2008
Replies: 3
Views: 902
Posted By bruce2424
try this one

http://vb.net-informations.com

Vb.net tutorials , help and source code

bruce.
Forum: VB.NET Aug 26th, 2008
Replies: 7
Views: 1,903
Posted By bruce2424
try this one

http://vb.net-informations.com

Vb.net tutorials , help and source code
Forum: VB.NET Aug 21st, 2008
Replies: 5
Views: 10,979
Posted By bruce2424
try this tutorials.

http://vb.net-informations.com/excel-2007/vb.net_excel_2007_tutorials.htm

bruce
Forum: VB.NET Jul 28th, 2008
Replies: 1
Views: 3,136
Posted By bruce2424
Dim crParameterFieldDefinitions As ParameterFieldDefinitions
Dim crParameterFieldDefinition As ParameterFieldDefinition
Dim crParameterValues As New ParameterValues
Dim...
Forum: VB.NET Jun 27th, 2008
Replies: 1
Views: 480
Posted By bruce2424
If u use exception handling , you can find the problem very easily.

use try .. catch ststements .

http://vb.net-informations.com/language/vb.net_exceptions.htm
...
Showing results 1 to 20 of 20

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC