I've solved with myself, My oracle data connectivity provider causes this problem. Check out my solution in the below link.
http://www.codeproject.com/Answers/5...plusmyplussele...
User Profile
Collapse
-
Sorry for the delay response, I've used Oracle SQL Developer 3.5, PL/SQL Developer and SQLPlus itself. Everywhere I got this same problem. Kindly help me.Leave a comment:
-
Invalid symbol displayed in select query result
hi all,
The following is my select query,
I got the right result while I ran this query in Oracle 10g (windows Server), but while i run this same query in Oracle 11g (Linux Server) i got the result as like thisCode:select substr(trim(to_char(AMOUNT, '00000000000.00')),1,11) from mytable where status_code='V';
##########. I don't know why this invalid '#' symbol occurs instead of the values. Kindly... -
what is the maximum size of csv file using oledbconnection in vb.net?
Dear All,
I need to know the maximum size of the csv file in which Oledbconnection can process, I can tested with the csv file which has more than 12,00,000 records, its fine. but if i give the csv file which has 1crore records then i got the out of memory exception. Please anyone help me to do this.
Regards,
BlueSathish -
how to return the rows from datatable using select method?
Dear All,
I'm having the datatable with three columns, i need to return the rows in which the third column having the null values.
ie., I need to do like this below mentioned coding,
Dim rows As DataRow() = ds.Tables("Tabl ename").Select( "col3 is null")
Is it possible? if no, anyone tell me the way to get the results.
Regards,
BlueSathish -
what is the max buffer size in a WCF application?
Hi,
I'm developing one WCF application in vb.net 2010, in that i want to retrieve large number of records from the Databases, currently i can retrieve only 37200 records at the runtime. I set maxBufferSize=" 65536000" in my app.config file, My doubt is what is the maximum buffersize i can set in a WCF Application?
Is this buffersize related to the retrieved records collections? I've the confusion about it.
... -
How to checking the Query syntax in vb.net?
Dear All,
I developing one query Builder project in VB.NET 2010, in that I need to check the input Query's syntax, ie., the system should check its syntax before the Query has been executed. Please anyone give me the idea about it.
Thanks & Regards,
Bluesathish -
problem to keep headers in rdlc file in vb.net 2010
Dear All,
I've developed one report file using VS2010, but in the report.rdlc file i can't able to keep the headers in the table while scrolling to the next page. Eventhough i've enabled the Repeat header rows on each page option in Tablix properties, its not working while runtime.
Please anyone help me to fix this problem as soon as possible, its very urgent.
Note: Snapshot for your reference.
... -
Its working, but i don't know how to use those inbuild functions and methods. Will you post the sample coding for that?
Thanks & Regards,
BluesathishLeave a comment:
-
how to use QUERYLib Namespace?
Hi,
I want to develop the inbuild Query builder in my VB.NET applicaion, so that I've tried to use QUERYLib Namespace. but i don't know how to use it. Please anyone give me the idea about it, if you give the sample coding it'll be much easier for me.
Thanks in Advance,
Regards,
Bluesathish -
Getting a error while assigning parameter to dataset
Dear All,
I've try to assign the new parameter to dataset, while i using the following code, i got the error like
"Varchar is not a member of Devart.Data.Ora cle.OracleType"
But I'm sure this code was 100% correct,
Please help me to rectify this error.
Code:
Me._commandColl ection(0).Param eters.Add(New Global.Devart.D ata.Oracle.Orac leParameter("s" , Global.Devart.D ata.Oracle.Orac leType.VarChar,... -
Getting a error while assigning parameter to dataset
Dear All,
I've try to assign the new parameter to dataset, while i using the following code, i got the error like
"Varchar is not a member of Devart.Data.Ora cle.OracleType"
But I'm sure this code was 100% correct,
Please help me to rectify this error.
Code:
Me._commandColl ection(0).Param eters.Add(New Global.Devart.D ata.Oracle.Orac leParameter("s" , Global.Devart.D ata.Oracle.Orac leType.VarChar,... -
bluesathish replied to how to send a textbox values from one webform to other by using session in VB.Net?in ASP .NETHey Thanks man, its working. Thank you for your kind reply.
Regards,
BluesathishLeave a comment:
-
You try to increase your System Pagefile memory.
Goto System Properties -> Advanced -> Performance -> settings -> Advance - > Virtual memory -> increase the memory as per you wanted level.Leave a comment:
-
Goto Run and type Control 'Userpasswords2 ' command, you'll get a more options to edit the User account rights and editing the password options.Leave a comment:
-
There is one software called usbdisksecurity , download it from the internet and installed it in your system. Its very efficient software which protect the system from virus to pass into the system when we insert in the usbport.
Its mainly disable the Autorun of our pendrive, Hence it restrict the viruses to penitrate into the system.
Note: Its not a Anti-virus program its just the tool. So you better use the good antivirus...Leave a comment:
-
bluesathish replied to how to send a textbox values from one webform to other by using session in VB.Net?in ASP .NETThanks for your reply, Let me check out this code to my program.Leave a comment:
-
bluesathish started a topic how to send a textbox values from one webform to other by using session in VB.Net?in ASP .NEThow to send a textbox values from one webform to other by using session in VB.Net?
I've used session controls by using C#.net, if i do the same by using VB.net I get an error. please anyone send an exact code for the following interms of VB.net.
code:
In webform1:
In webform2:Code:button1_Click() { Session[“name”] = TextBox1.Text.ToString(); response.redirect(“webform2.aspx”); }
...Code:Webform2_load() { TextBox1.Text = Session[“name”].ToString();Last edited by Frinavale; Apr 12 '11, 01:57 PM. Reason: Please post code in code tags. Added code tags. -
No activity results to display
Show More
Leave a comment: