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.

~2K People Reached
Favorite Tags
Member Avatar for vinayphadke

Hello all, I'm performing the oracle bulk copy upload operation. There are 10 columns data which needs to be uploaded in oracle database table. The data is getting uploaded in the table for these 10 columns using a datatable. A datatable is being populated from the list. However, there are …

Member Avatar for LastMitch
0
438
Member Avatar for Goomba79

Hello, I have a dataset populated with data from my database as follows con.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = ../SR.mdb" sql = "Select Description from " & TheBm & " where OpNo = " & myOp & " " DSeS = ESDatCon.SelectData(sql, con) i have a string vairable called OpDesc i …

Member Avatar for vinayphadke
0
72
Member Avatar for vinayphadke

Hello Guys, I was performing text file reading and writting operations and the job looked very simple as usual, yet it has not been solved successfully. We have got a simple text file **final.txt** which contains data like this:- **05/18/2012 02:12:66 8HRY hjhruehr737243 YES NO u34gewryge 698** i.e each value …

Member Avatar for gnath
0
263
Member Avatar for vinayphadke

Hello, We are installing MS SQL server '08 and while installing its giving us the message, "Windows need higher version of Windows installer.. Recommended version: 4.5". How safe will it be to download the installer 4.5 and run it on machine? I just want to have clarification to this question …

Member Avatar for vinayphadke
0
157
Member Avatar for vinayphadke

Hi, I'm formatting a column in datagridview to "C" i.e. currency. [CODE] dgcColumn1.DefaultCellStyle.Format= "C"; [/CODE] I want to format the values for this column to nearest round no. For example, If user enters within $30.00 to $30.50 it will get formatted to $30 If user enters within $30.51 to $30.99 …

Member Avatar for vinayphadke
0
94
Member Avatar for SaranSakthi

hi, I am doing my project in ASP.NET,C# with SQL. In that I'm having one dropdownlist which contains set of values that are retrieved from database. I have to use selected value in that dropdownlist values.Please help me.

Member Avatar for vinayphadke
0
93
Member Avatar for binoy.mathew

Hi, I am using a Dynamic SQL to create a stored procedure. The stored procedure is as follows: [CODE]CREATE PROCEDURE spRetrieveBalanceSheet (@Pfcode varchar(5), @period varchar(10)) AS BEGIN DECLARE @tablename varchar(12), @sql varchar(2000) SET @tablename='SALFLDG'+Upper(@Pfcode) SET @sql='SELECT S.ACCNT_CODE As Code, SUM(S.AMOUNT) AS Amount, A.ACCNT_NAME AS Name FROM '+ @tablename + ' …

Member Avatar for vinayphadke
0
286
Member Avatar for vinayphadke

Hi, I am using the 'DataGridViewCheckBoxColumn' class to show the checkbox in each row of gridview. The checkboxes require 0 & 1 values to show the checkboxes checked and unchecked. The select query which builds the datasource for Gridview shows the 0 & 1 values being fetched from database. Now …

Member Avatar for vinayphadke
0
126