Sir/madam, I am using access database.I have applied password to the database.Now , I wanted to make the connection string.Presently , i am using the .udl file to make the connection string and in the udl file , in the case of choosing the provider, i am using Microsoft Jet 4.0 OLE DB Provider.and after then i am comming to the connection tab.There i am facing the following error after typing the password and clicking the test connection button. Test connection failed because of an error in initializing the provider.Cannot start ur application.The workgroup information file is mising or opened exclusively by another user. But , I have closed the database and even i have restarted my machine.But i am encountering the same problem. Please help in making the connection string when i have applied the password. Thanks and Regards Pankaj
pankajgarg12
Posts
-
access password protected database connection string -
autogenerate column in datagridview in vb.net 2005Sir/Madam, I have a table , having two fields , first for name and second for roll number.I don't have serial number field in that table.Can , I display Serial number field in the datagridview , with those two fields. I mean if i have ten records in the table. Then datagrid should display record no for each row, like for first row it should display 1 , and for second row , there should display 2 and so on.This should happen in the extra column in the datagridview.Is it possible. Please help. Thanks and regards Pankaj
-
crystal reports using vb.net 2005Sir/madam, I am facing problem in the crystal reports.Now , Suppose I have 20 records into the database(each record contain one field for name).I am able to display them in the reports in the vertical order , to get the print outs .But the problem is , I am not able to display these 20 records in two column.Two columns means , First column has ten records and second column has 10 records.Actually , the purpose of using two columns is , I want to save the page . I want to put the names on the envelope , after getting the print out , I will cut those names from page and finally will be pasted on the envelope.Is there any option to do this task.Hope , I am trying to make u understand my problem. Please help. Thanks and regards Pankaj
-
EncapsulationSir, My question is based on ensapsulation.I know the encapsulation(hiding the background details from the user). Now my question is when the website is uploaded .In the aspx page we can view only the html code .I mean vb file or .cs don't appear online.If we can't view the vb file or .cs file then what makes the encaplulation means . Thanks
-
datagrid in vb 6.0The problem is , the data from database is not getting displayed into the datagrid. I am using the following code. Set con = New ADODB.Connection Set rs = New ADODB.Recordset Dim sql As String con.Provider = "Microsoft.Jet.OLEDB.4.0" con.Open "C:\Documents and Settings\Administrator\Desktop\New Folder\db1.mdb" sql = "Select * from student" With rs .Fields.Append "name", adBSTR .Fields.Append "roll", adInteger .Open End With Set dg1.DataSource = rs Thank You Pankaj Garg
-
datagrid in vb 6.0Hi I want to connect the datagrid with access programically . I mean i want to fill the datagrid with data at run time. I am using oledb I am using the following code Set rs = New ADODB.Recordset rs.Open sql, con, adOpenStatic, adLockBatchOptimistic, adCmdText Set dg1.DataSource = rs dg1.Refresh Can somebody please send me any link or code? Please help me Thank You Pankaj Garg -- modified at 7:39 Tuesday 2nd May, 2006
-
print out IN VB.NET 1.1Hi to all, In IN WINDOW APPLICATION, I would like to know how can I print the page of the output window programically. Thanks Pankaj Garg -- modified at 10:59 Sunday 30th April, 2006
-
ASP.NET is not runningThe system is occuring the following problem while openning the new project of ASP.net with C# or VB.net 1.The Web server reported the error while attempting to create or open the new web project located at the following URL http://localhost/Web Application1.The connection with the server could not be established. I have installed the IIS. Please help me sort out this problem. Thank You Pankaj Garg -- modified at 0:28 Sunday 30th April, 2006
-
msil and clrcan somebody give me some knowledge about common language runtime and microsoft intermediate language Thank You Pankaj Garg
-
operator overloading in C#Can somebody please give me the example of operator overloading in C# Thank You Pankaj Garg -- modified at 3:59 Sunday 23rd April, 2006
-
unmanaged code -
stored procedures problem in SQL Server 2000I was creating the stored procedure in SQL Server and durind that I stuck into an error The Query is Create Procedure Procedurename @names varchar; @roll int; as Insert into tablename values(@names , @roll) pankaj garg
-
crystal reportsCan somebody please send me the steps to do the crystal reports Thank You Pankaj Garg
-
value and referenceWhat is the difference between byval and byref? What is the difference b/w c# and vb.net? Thank You Pankaj Garg -- modified at 3:34 Sunday 23rd April, 2006
-
Timer in vb.netHi, I have the following problems. 1. First, I want to subtract the current from the date of birth 2. Second , I want to check whether the current date is greater then the date of birth Please send me the functions that calculates it. Thank You Pankaj Garg
-
deploymentI am deploying my window application but after the successful installation of the application the exe is not comming into the start menu ---- programs Please help me
-
deploymentCan somebody send me the steps for the cab deployment of window application in vc++.net 2003 Thank You Pankaj
-
deloymentHi to all, How can I use Cab deployment.Can anybody please send me the steps in VB.net Thank You Pankaj Garg
-
DeploymentCan somebody tell me the deployment steps for the window application in C# Thank You Pankaj Garg
-
deploymentCan somebody tell me the deployment steps for the window application in vb.net