2,951 Posted Topics

Member Avatar for nikkinyc

How do you expect us to help you without having any detail idea of what is happening at your side and what exactly is your requirment.

Member Avatar for nikkinyc
0
189
Member Avatar for Aaron H
Member Avatar for jbennet
0
89
Member Avatar for RonR

Do u have any difault printer on the pc. You better consult the person who made the changes.

Member Avatar for steve585
0
236
Member Avatar for sai_kishor5

That is quiet simple but too vast to expalin over here. Please follow a good book for the same. You also find a lot of related topic / code here by using the search utility in this forum itself.

Member Avatar for steve585
0
110
Member Avatar for tgifgemini

How do you expect the application to open the database without knowing its location. It never happens that application will run without knowing the location of an access database . You have the option of asking the user to specify the database location initially at the start of the application.

Member Avatar for debasisdas
0
145
Member Avatar for xmile

Why don't you use database for the purpose. It will be very simple with that option.

Member Avatar for debasisdas
0
99
Member Avatar for Subhobroto

I don't think this question has anything to do with database designing.

Member Avatar for debasisdas
0
101
Member Avatar for dilip_singh3
Member Avatar for debasisdas
0
71
Member Avatar for kmacker

Why don't you go for database connection instead of storing all that in Excel files. By using databse you will have better data security and reporting options.

Member Avatar for debasisdas
0
86
Member Avatar for sheida
Member Avatar for Fenerbahce
Member Avatar for TOROOOLOLOOLO
Member Avatar for dilip_singh3
0
102
Member Avatar for Richard26
Member Avatar for Richard26
0
87
Member Avatar for dilip_singh3

That might be cecause of the resource is busy and it is taking too long to establish the connection with database.

Member Avatar for debasisdas
0
106
Member Avatar for Richard26

To succeed the most import thing is how you design your database and of course you have to use LIKE search.

Member Avatar for debasisdas
0
86
Member Avatar for shankar_ns
Member Avatar for debasisdas
0
137
Member Avatar for ndeniche

Thanx for shairing the info .the book is really useful. I have already gone throught that one.

Member Avatar for mohanrobin
0
100
Member Avatar for ten

capture the username and password from input and compare with database. Try to use COUNT through SQL. If that returns 1 then login is successful.

Member Avatar for debasisdas
0
87
Member Avatar for RonR

There is no problem with access 97 if mutilple users looking, printing data. That is no way going to create any problem for you. There can be any number of users looking at the same record at the same time. so far as other databses are concerned ,you can connect …

Member Avatar for choudhuryshouvi
0
110
Member Avatar for bluepiper

Try this sample connection string. [code=vb] oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=c:\somepath\mydb.mdb;" & _ "Jet OLEDB:Database Password=MyDbPassword", _ "myUsername", "myPassword" [/code]

Member Avatar for debasisdas
0
118
Member Avatar for Simran3
Re: hi

Yout post is bit confusing, please post your question clearly about your requirment.

Member Avatar for debasisdas
0
87
Member Avatar for gblue07

Try to incluse and use Microsift Scripting Runtime from project ---> References. Make use of FileSystemObject .

Member Avatar for gblue07
0
67
Member Avatar for kittykattz
Member Avatar for xmile
Re: help

What do you mean by form contain ? If want to save the data in the form use database connection for the purpose.

Member Avatar for debasisdas
0
36
Member Avatar for iown714

Try to create the view using simple where clause for checking the PurchaseDescription field and change the other fields accordingly.

Member Avatar for fatihpiristine
0
88
Member Avatar for madhura09

Please pass few more details . It is very difficult to suggest anything based on the very little info passed by you.

Member Avatar for madhura09
0
289
Member Avatar for aj_anil
Member Avatar for scru
Member Avatar for APEOKUKU
Member Avatar for binoj_daniel
0
99
Member Avatar for Lost in Code...

That is because both the variables P_ID and P_NAME are IN type variables. So you cant asign value to a In type variable in a select into statment.

Member Avatar for Lost in Code...
0
179
Member Avatar for shahriar2403
Member Avatar for francis0ng

Kindly mention what is the databse you are using and how you are trying to connect the control to the database.

Member Avatar for debasisdas
0
80
Member Avatar for rtm_e

after creating the connection object establish the connection to the database. Right click on connection and add a command object .Right click on the command object and select sqlstatment in the general tab in properties . add the sql statment that you want. Hope that solves your problem.

Member Avatar for kb.net
0
245
Member Avatar for locsin

If you are not using the form itself to show the picture then trry to use a image control stretch the image and resize the control to the size of the form.

Member Avatar for SCBWV
0
617
Member Avatar for rtm_e

If you are trying to store value retrived from database then try to use [B]x=DE.rsPegawai!NmPeg[/B]

Member Avatar for debasisdas
0
117
Member Avatar for dilip_singh3

There is no problem with this piece of code. It is better to close the recordset and connection at the end.

Member Avatar for debasisdas
0
103
Member Avatar for naturegirrrl

Your question is too much theoritical to explain over here. It is beyond the scope of this discussion to expalin all that here. Please go through some good book for the same. You can easily find all that by little web searching. I'd suggest you have a look around the …

Member Avatar for debasisdas
0
88
Member Avatar for gunner22

Don't expect tothers to write code for you . You need to post the code that you have tried so far to get help from experts of the forum.

Member Avatar for debasisdas
0
36
Member Avatar for leovicAustria

You simply need to add Microsoft Scripting Runtime to your project from Project ---> references. Rest all is fine . Hope that solves your problem.

Member Avatar for debasisdas
0
104
Member Avatar for svijayakumaris

try this sample query [code=oracle]insert into temp values(101,'vijaya''s');[/code] hope that solves your problem.

Member Avatar for svijayakumaris
0
83
Member Avatar for razaka

Your question is toomuch throritical to explain here. There are lot of example code here. You only need to spend some time to search for them.

Member Avatar for debasisdas
0
50
Member Avatar for stan yost

Kindly pass few more details . What is the database that you are using and how you are conecting to database.

Member Avatar for stan yost
0
194
Member Avatar for hawisme000

I think one text box for message entry and another Listbox would be better to display the message back to back. But why you need connect to database for that.

Member Avatar for agrothe
0
113
Member Avatar for murraydun
Member Avatar for debasisdas
0
76
Member Avatar for geetajlo
Member Avatar for debasisdas
0
65
Member Avatar for vidyahajare

[quote=vidyahajare;461160]hi folks, i want some help with dlls i want to create dll which will take image file path as input string do some processing, and five different strings as output. how to use it. can anyone give sample code thanks[/quote] What exactly is your requirment ? What is the …

Member Avatar for debasisdas
0
73
Member Avatar for cok

You simply need to join the tables to get the desired output. Try from your side and post the query that you have tried to get further clarification on the topic .

Member Avatar for debasisdas
0
81
Member Avatar for hawisme000

Actually ADO and DAO are totally different technologies. DAO is much older in comparision to ADO,which is the best technilogy as per performance and security that is available in VB 6.0. theya re not compartible with each other. so if you wna to change your cod efrom DAO to ADO …

Member Avatar for choudhuryshouvi
0
76
Member Avatar for virus220

Then u need to do the same from your frontend application. For encription or decription u can use any logic that is more suitable to your project.

Member Avatar for shomic.goyal
0
142
Member Avatar for GLT

The logic is so simple .This can be implemented at the database level it self by using SQL statments. When the user tries to login check for existance of such an user with the corresponding password . If the user exists then go further. To check for existance try to …

Member Avatar for malik
0
97

The End.