Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Forums

11 Posted Topics

Member Avatar for kashy!

Hi again, I have a problem again with crystal reports. I am using Microsoft Visual Studio 2008 and want to design my Dynamic crystal reports. In vb6 i normally did this via bounding each control of the section1 ,2 or 3 via run time code by giving the name of …

Member Avatar for Naveed_786
0
938
Member Avatar for kashy!

I am having a small problem with dataset problem defination is: _____________________________________________________________ System.Data.OleDb.OleDbException was unhandled ErrorCode=-2147217843 Message="Not a valid password." Source="Microsoft JET Database Engine" ________________________________________________________________ and My connecting string is: _______________________________________________________________________________ "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="D:\Shop Inventory\database\DATABASE.mdb";Persist Security Info=True;Jet OLEDB:Database Password=123456789" ________________________________________________________________________________ WHERE the password I added is right but whenever I try …

Member Avatar for tarikraza143
0
214
Member Avatar for kashy!

I have created a small app in VB.Net, Its was working well, I published it twice or thrice as well but now when I tried to publish it again I got following error, ________________________________________________________________________________________ Error 3 An error occurred while signing: Failed to sign bin\Debug\app.publish\\setup.exe. SignTool Error: ISignedCode::Sign returned error: …

Member Avatar for kashy!
0
672
Member Avatar for kashy!

Hi friends, I am developing a simple webcam accessing application, My aim to access one or more than a webcam over the Network or Internet, How to do.?? I am stuck.. :( Please Do help,

Member Avatar for kinwang2009
0
1K
Member Avatar for kashy!

Hi friendz, I completed a project in VB6 recently, its a database handling project, Problem is, I have created a SETUP with all its required files via PDW wizard, when I run that setup just before completing the setup there came a message that "System files are outdated" so I …

Member Avatar for kashy!
0
335
Member Avatar for abu taher

You should have the same data type of both value from which you are applying the condition and comparing with like if the ID of student is 123 as a integer but you are comparing with "123" from a text box value (which is a string by default) so you …

Member Avatar for jhai_salvador
0
138
Member Avatar for kashy!

Hi Friends, I need a help, I am making a project where I have to update the class database all at once, I made a function where some values are passing to update, It is updating the Database as well, But the problem is all the database is updated with …

Member Avatar for vb5prgrmr
0
123
Member Avatar for vanathi_vb

Hey if you are using DataEnviourment then it will be so easy, just drag the command from the dataEnviourment and drop on the detail session of the report, rest will be dine automaticaly, So easy like 1,2,3....

Member Avatar for kashy!
0
128
Member Avatar for ttqtrang146

attached the following code on form load event: rec.MoveFirst while not rec.EOF combo1.addItem(rec.("Field Name")) rec.moveNext wend

Member Avatar for gdkons
0
154
Member Avatar for craigallansmith

Are you using any filtration or accessing all the database directly..? if there is any filtration then check that out..

Member Avatar for kashy!
0
104
Member Avatar for kashy!

Hai; I am having a problem, I want to insert data in ACCESS database via using SQL insert into I want to add data in specific fields.... and I am Suffering... Please help me , how I can update data I am using the statement like conn.Execute ("Insert into Class_Nursery …

Member Avatar for vb5prgrmr
0
106

The End.