Search Results

Showing results 1 to 10 of 10
Search took 0.01 seconds.
Search: Posts Made By: bcasp
Forum: VB.NET Aug 5th, 2009
Replies: 4
Solved: access help
Views: 213
Posted By bcasp
Have you tried taking renamed "Colour Name" to something like "ColourName"? It might not like the space.
Forum: C# Mar 24th, 2009
Replies: 5
Views: 631
Posted By bcasp
To answer you questions about the different source files, if you're using Visual Studio, each time you add a new component to your solution (as explained by ddanbe above), it is placed in its own...
Forum: ASP.NET Feb 24th, 2009
Replies: 5
Views: 658
Posted By bcasp
Get rid of the surrounding ' for the values in your insert statement.

INSERT INTO DataStatus(CedantID, CompanyType, CompanyName, TypeOfFile, FileName,Reportingperiod) VALUES ('@CedantID',...
Forum: C# Feb 20th, 2009
Replies: 8
Views: 1,970
Posted By bcasp
An easy approach would be to separate the values in the array by a comma before putting it into the database as a comma delimited string. Then when you bring it back from the database, just do a...
Forum: VB.NET Feb 20th, 2009
Replies: 2
Views: 735
Posted By bcasp
You would probably have to play with the count and where the message box is displayed to get this to be exactly what you want, but I think something like this should work.


Public Class Form1

...
Forum: C# Feb 13th, 2009
Replies: 9
Views: 1,157
Posted By bcasp
If I'm reading this correctly, it sounds like you just want to be able to manipulate the ListView on a Form from another class somewhere in your application. Have you tried making a public instance...
Forum: Python Jan 9th, 2009
Replies: 8
Views: 527
Posted By bcasp
I actually just started to pick Python back up a couple of days ago. What has probably helped me most is going through the problems at Project Euler (http://www.projecteuler.net/). It's a great way...
Forum: VB.NET Nov 26th, 2008
Replies: 3
Views: 1,105
Posted By bcasp
I'm assuming you want to check the values before making the call to the FV function. If that's the case, you could accomplish what you're trying to do with three simple if statements. Something like...
Forum: Database Design Apr 30th, 2008
Replies: 3
Views: 1,626
Posted By bcasp
Do some research on normalization.

You might want to consider a simple setup where you have three tables.

Menu
MenuID (Primary Key)
MenuOutlet

Starter
StarterID (Primary Key)
Forum: C# Apr 25th, 2008
Replies: 6
Views: 2,227
Posted By bcasp
I've always run into issues with using the IDENTITY property in Access. If your using an autonumber, you could always just do something like:

SELECT MAX(autonumber_column_name) AS alias FROM...
Showing results 1 to 10 of 10

 


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

©2003 - 2009 DaniWeb® LLC