Search Results

Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: dadelsen ; Forum: VB.NET and child forums
Forum: VB.NET Jun 23rd, 2008
Replies: 7
Views: 6,344
Posted By dadelsen
litMsg is a "literal", a Server Control from the toolbox/Web Forms Tab.

When you first posted the thread you wrote

"And in Page_Load.." and "Response.Write"

so I thought your application...
Forum: VB.NET Jun 18th, 2008
Replies: 4
Solved: Syntax Error
Views: 1,104
Posted By dadelsen
Sorry, I do not understand what you mean with "Importing some API"

The RT must be able to instantiate a class named "CrystalReport1", else the line
Dim objRpt As New CrystalReport1
cannot...
Forum: VB.NET Jun 18th, 2008
Replies: 4
Solved: Syntax Error
Views: 1,104
Posted By dadelsen
Maybe it is because there is no report (=class) "CrystalReport1" in your project.
Forum: VB.NET Jun 18th, 2008
Replies: 3
Views: 2,291
Posted By dadelsen
Could it be that the file does not only contain PL/SQL? Comments in PL/SQL are
/* comment
comment */
or
-- comment

Calling PL/SQL from VB .NET may basically be performed by executing the...
Forum: VB.NET Jun 14th, 2008
Replies: 7
Views: 6,344
Posted By dadelsen
In most cases you would use a dataset object to keep a copy of database data inside your program, then insert, change and delete the rows in the dataset and, when done, you would use dataadapters to...
Forum: VB.NET Jun 14th, 2008
Replies: 1
Views: 438
Posted By dadelsen
I did not analyze the algorithm. Concerning the types that are used:
If a program needs to perform many append operations on a string, using a stringbuilder object may be faster than using a string...
Forum: VB.NET Jun 12th, 2008
Replies: 2
Views: 1,378
Posted By dadelsen
one problem is the comma before the WHERE.

Replace

& "CS = @NewCS, " _
& "WHERE fldUser = @OldfldUser " _

by

& "CS = @NewCS " _
Forum: VB.NET Jun 11th, 2008
Replies: 1
Views: 1,367
Posted By dadelsen
Did you check rows.count before and after adding the row?

console.Writeline( "Rows.Count {0}", DsMembers.Members.Rows.Count )

Do you assign the result of the find to a datarow?

Dim rowFound...
Forum: VB.NET Jun 10th, 2008
Replies: 7
Views: 6,344
Posted By dadelsen
Think it is an ASP.NET application. I made some changes, marked with XXX. On my system it works. Maybe the changes help you to get your program to work. Databaseprogramming is a wide area.
...
Forum: VB.NET Jun 9th, 2008
Replies: 1
Views: 2,330
Posted By dadelsen
The following code replaces the CR+LF that separates the lines in a multiline textbox by a text that will hopefully never be entered by any user.
I tested this with german culture settings.


...
Forum: VB.NET Jun 6th, 2008
Replies: 1
Views: 9,832
Posted By dadelsen
Maybe its possible but I never read code that used a stringreader to feed the DataRowCollections.Add Method. Typically a DataRow generated by the tables NewRow method or an array of objects is used...
Forum: VB.NET Jun 5th, 2008
Replies: 3
Views: 938
Posted By dadelsen
But if the DA has the commands, why do you call the Command Builder?

In order to check why the DA cannot save DS's changes to the DB, I would try to find out
- which of the tables in the...
Forum: VB.NET Jun 4th, 2008
Replies: 3
Views: 938
Posted By dadelsen
After instantiation of the command builder: do the Commandtext properties of DA.UpdateCommand, DA.InsertCommand and DA.DeleteCommand contain the required SQL commands?
P.S.: DS.GetChanges...
Forum: VB.NET Jun 4th, 2008
Replies: 2
Views: 1,678
Posted By dadelsen
Maybe this is useful:
http://www.astahost.com/info.php/c-net-web-timer-control-tutorial_t6605.html
Forum: VB.NET Jun 3rd, 2008
Replies: 2
Views: 1,091
Posted By dadelsen
There seems to be some logic in the access DB engine to recognize that 31 cannot be the number of a month. But not enough to recognize that Feb 31th is very unusual.

maybe VBA documentation is...
Forum: VB.NET Jun 3rd, 2008
Replies: 2
Views: 2,127
Posted By dadelsen
Do you want to
1) step throgh all rows of Table1, and show the row when there is no row with the same path AND filename in Table 2
2) and then do the same vice versa?

If yes, and DBMS is MS...
Showing results 1 to 16 of 16

 


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

©2003 - 2009 DaniWeb® LLC