Hi all, I created a COM Class DLL and was able to run my application on local. However, when I shifted everything to the virtual directory, it started giving problem. Particularly problems like, "Retrieving the COM class factory for component with CLSID {XXXX} failed due to the following error:...
HI all I have a more than 80000 data in sql server 2008 in a single table. Then i have to show that data in datagridview. But the performance has very slow some time my machine hang. It has taking several minute. So i have to improve this performance could anybody help me. For information i am...
When an item is selected from the list it displays in the text field of the combo box and I want to clear it without clearing the items in the list. I've tried [drop down list name].text = "" but it doesn't work since the text entering field in a drop down list box is read only. How should I do...
Hi how can I have around 25000 items in a textbox's autocomplete collection... also can I restrict the entry on the textbox to the collection only.
I am working in a program in vb 2008 express edition When trying to insert codes to an event the whole system just dissapear. I mean the whole program just dissapear without any notice.This happens all the time and I fiound it impossible to work with it..These codes are sql queries up to 12000...
iam getting error while making connetion to sql server by OLEDB provider. The error is Sql server does not exit or access is denied ,sqlstate 08001
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim connetionString As String Dim connection As SqlConnection Dim command As SqlCommand Dim adapter As New SqlDataAdapter Dim ds As New DataSet ...
The code is for searching entire sql database if i enter RegistrationNo which is primary key plz help.iam getting errors. If IsNull(TextBox1) Then MsgBox "Please Enter the RegistrationNo" End If If IsNull(Me.TextBox1) = False Then Me.Recordset.FindFirst "RegistrationNo= '" & Me.TextBox1.Text &...
Hi all, we are developing a VB.net 2.0 job portal. Sql 2005 is at the rear. It has some related DD lists and we have emplted Ajax for filling up the child controls. The cacading DDL were avoided as our server(maximumasp) is havving some issue with web services. The DDL is bound to corresponding ...
how can i create a procedure to search records in oracle 8.0.6...i m using vb.net 2008 as frontend application
Hi, I need to read lotus emails in asp.net application. I need to get the attachement as well. After then , the same should be exported to Sql server Any help in vb.net coding would be greatly appreciated.
I have a listView control, and an ImageList on my form. I have the ImageList set as the SmallImageList for my ListView. When I load the data into my ListView, I check one field to see if a flag is set to "Y". If it is, I execute the following lines to display my image in the ListView.: If sHasFlag...
I have a bunch of lines with differnt numbers of characters I want vb.net to insert additional spaces between the words so the lines will fully justify
Hi I install vb.net ready and make connection ready, but when I try to using SQL statement it is error: my SQL is dim strSQL as string="select * from tblCustome where CustomerID="& intCustomerID the error is it does not no the string &? Please show me the solution how to solve this error! thank my...
the problem is which values i have given in dataset in code r inserting in database.I dont want like that,I want in such a way any person will fill admission form the values should enter into database directly and store ,how to do it,i will not write values in coding.so give the solution plz
I am working on a code which is used to send email from the desktop application, it works fine. The main problem arises when i tried to attach multiple files or i tried to attach a heavy file (e.g. 1 Mb, or higher) Below is the code i have used. For i As Integer = 0 To Me.dgvMail.Rows.Count...
I used insert command it worked successfully that ur data has updated.But it is not showing in the database Plz look in the below code and tell me where iam wrong Imports System Imports System.Collections Imports System.Data Imports System.IO Imports System.Xml.Serialization Imports...
when i start debugging project,sql connection will be closed,before that it will be open .Iam using sql which comes along with vb.net 2005.Iam using sqlconnetion in login form also there its not giving error when i used sql connetion code in another form its giving error login failed .iam tried up...
For one project i need to integrate the application output of my project with the labels of the dymo printer. Actually we have to send some data(text,numeric,mix) to the labels of the DYMO LABELWRITER DUO Label printer. The labels we need to send data is 1. Shipping(99014) 2. Tape Label with 12 mm...


