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
~13.8K People Reached
Favorite Forums
Favorite Tags
Member Avatar for jazzyb

I am creating one application visual basic and sqlce I have two forms name Form1 and Form2. I used Form1 to add data to database using OLeDb command and used Form2 to show data in datagridview by using dataset I used following code: FFORM1 CODE is as following [code] Private …

Member Avatar for spandan_1
0
3K
Member Avatar for jazzyb

I am using rdlc reprot in VB (Visual Studio) with MS Sql Express. I want the output as given below : [ICODE]SrNo. Amount 1 100 2 100 3 100 4 100 Group Total = 400 5 200 6 200 Page1 Total = 800 ***************************PAGE1 END HERE**************** 7. 200 8. 200 …

0
72
Member Avatar for jazzyb

Dear Friends Hi I have developed VB application which uses SQL Express. When We install SQL Express it is by default set to install Service Account = Network Service. But I want to create installer which should install SQL Express 2008 (With Service Account = Local System) and along my …

Member Avatar for adam_k
0
122
Member Avatar for jazzyb

Dear Friends, I am new to sql, I have 2 tables named as payroll and employees. My payroll table has many columns as per my requirement. But I am giving here only few columns of my table.Few columns of payroll table has data in following format: empid, month, year, basicpay, …

Member Avatar for crishjeny
0
109
Member Avatar for jazzyb

Hi, I am developing an application with VB.net and SQL Express. In my application I have many forms as : some of my forms are: Mainform selectmonth_form Form_report Mainform is mdiparent. slectmonth_form as child form In Mainform button click event code I have following code [CODE]If blnActive = IsOpen("selectmonth_form") Then …

0
65
Member Avatar for jazzyb

Respected Friends Hi I have one table named as 'payroll' with the columns employee_id,employee_name,employee_designation, basicpay,allowances,month,year. This table data as follwoing: employee_id , employee_name, employee_designation, basicpay , allowances , month, year 1 , SAM , MANAGER , 5000 , 1000 , JANUARY , 2011 1 , SAM , MANAGER , 6000 …

Member Avatar for BitBlt
0
189
Member Avatar for jazzyb

I have table names 'payroll' with following data month , pay January , 1200 March , 1500 December , 2000 I want the following result Janury , 1200 February , 00 March , 1500 April , 00 May , 00 June , 00 July , 00 August , 00 September …

Member Avatar for drjohn
0
11K