2,951 Posted Topics

Member Avatar for lewista
Member Avatar for manjoni
Member Avatar for debasisdas
0
4
Member Avatar for Traicey

What kind of tasks ? I think you need to pass more information.

Member Avatar for pclfw
-1
94
Member Avatar for ankush.mukherje
Member Avatar for yongDb

1. save image from cam to a file. 2. store the picture file into database(can convert the file to binary and store or store the file path only). 3. retrieve from database to display back in control.

Member Avatar for debasisdas
0
68
Member Avatar for makymakaru
Member Avatar for fruitcake04

You simply need to store the database in a shared location to which all the PC running the application has access. You do not need to make any specific changes to your code to do any DB operations.

Member Avatar for codefixer
0
142
Member Avatar for ankush.mukherje

[URL="http://bytes.com/topic/visual-basic/insights/726143-adding-items-treeview-listview-database"]This[/URL] might be helpful to you.

Member Avatar for ankush.mukherje
0
201
Member Avatar for Israelsimba

You need to call [B]AddNew[/B] or [B]Edit[/B] method before calling [B]Update[/B].

Member Avatar for codefixer
0
152
Member Avatar for solomon_13000
Member Avatar for solomon_13000
0
114
Member Avatar for GL.Za

Please find all that [URL="http://www.google.co.in/search?hl=en&q=materialized+view+in+oracle&sourceid=navclient-ff&rlz=1B3GGGL_enIN354IN354&ie=UTF-8&aq=2&oq=materia"]here[/URL].

Member Avatar for GL.Za
0
86
Member Avatar for BDProductions
Member Avatar for agweng

Welcome Ochieng. You can post your questions if any in the related section of the forum.

Member Avatar for debasisdas
0
7
Member Avatar for soccerreff
Member Avatar for gisek

Why you need to store the data in the client machine in case of a online application ? If you want something free try to go for [URL="http://www.oracle.com/technology/software/products/database/xe/index.html"]oracle Express[/URL]

Member Avatar for markb536
0
88
Member Avatar for Israelsimba
Member Avatar for SKANK!!!!!

What about storing the users(contacts) and the relationship details in separate tables and linking them using PK and FK.

Member Avatar for debasisdas
0
104
Member Avatar for aneeka

if that contains picture, that works directly in crystal report(you can directly drag the filed to report area). I am not sure of Data report.

Member Avatar for aneeka
0
68
Member Avatar for Parsu7

Please find the connection string [URL="http://www.connectionstrings.com/oracle#p14"]here[/URL].

Member Avatar for debasisdas
0
72
Member Avatar for xxmexx
Member Avatar for ankush.mukherje

you need to open the recordset with multiple columns and then to add to the list box try this [code]list1.additem (rs(0)&" " & rs(1) & " " & rs(2))[/code]

Member Avatar for ankush.mukherje
0
115
Member Avatar for ama_trig

Check if you have permission and can call the components of the Yahoo Messenger in your own application.

Member Avatar for debasisdas
0
90
Member Avatar for koolsun
Member Avatar for debasisdas
0
124
Member Avatar for xuexue

You only need to change the [URL="http://www.connectionstrings.com/mysql"]connection string[/URL] to access the database. There would hardly be any changes to your VB code for MySQL.

Member Avatar for xuexue
0
81
Member Avatar for wasyazwan

Please do not hijack others threads. Always start a new thread for your own question. You need to read [URL="http://www.daniweb.com/forums/thread199614.html"]this[/URL] to the solution to your question.

Member Avatar for debasisdas
0
128
Member Avatar for abdalla_92

Kindly post the code that you are working on and also mention the part that you are struck with or having any error.

Member Avatar for debasisdas
0
70
Member Avatar for MondeVB

Since you are storing user name and password in database, user name field must be the PK of the table(so it is unique and can't be null). Assuming the above criteria. run the following query SELECT COUNT (*) FROM TABLE_NAME WHERE USER_FIELD='USERNAME_THAT_YOU_ENTERED' AND PASSWORD_FIELD='PASSWORD_THAT_YOU_ENTERED' If the above query returns one …

Member Avatar for debasisdas
0
112
Member Avatar for neoeinstein
Re: hi

Hi Ramya, Welcome to Daniweb. You are welcome to ask all your computer related doubts but in specific sections of the forum only.

Member Avatar for debasisdas
0
55
Member Avatar for hagun

That is the way to learn. We all did that to learn what we have learned today.

Member Avatar for debasisdas
0
7
Member Avatar for OknooRap
Member Avatar for janinejams

You need to read [URL="http://www.dreamincode.net/forums/showtopic29575.htm"]this[/URL] for a complete explanation.

Member Avatar for debasisdas
0
45
Member Avatar for muhammad abbas

What exactly you want, What is the data type of that PK field ? Please pass more information.

Member Avatar for debasisdas
0
70
Member Avatar for lele0124
Member Avatar for landonmkelsey
Member Avatar for icccapital

If you have designed the DB (something to start with), Please post the ER here. That will be really helpful to add to your ideas.

Member Avatar for icccapital
0
114
Member Avatar for ktsangop
Member Avatar for ktsangop
0
192
Member Avatar for sayeedbd
Member Avatar for sayeedbd
0
191
Member Avatar for ankush.mukherje

you can't assign an entire recordset to a textbox. You need to fetch one field of a record and display the same in the textbox.

Member Avatar for ankush.mukherje
0
149
Member Avatar for landonmkelsey

I think you need to read [URL="http://www.bkent.net/Doc/simple5.htm"]this[/URL].

Member Avatar for debasisdas
0
85
Member Avatar for PinoyDev
Member Avatar for Jerry 1939
Member Avatar for softapu
Member Avatar for Lightninghawk

What makes you think that handling 10 million records is next to impossible. You can use any database like Oracle, MySql or MsSql .

Member Avatar for debasisdas
0
172
Member Avatar for kbalamuk
Member Avatar for srbatcha

use two database connection 1 for access 2 for excel read from excel and write to access.

Member Avatar for debasisdas
0
260
Member Avatar for bawa
Member Avatar for nzioki

It is always better to create a database directly at backend not from frontend code. No where there will be a requirement when you have to create a database at runtime.

Member Avatar for debasisdas
0
51
Member Avatar for Manya Gupta

[URL="http://books.google.com/books?id=lOJeeibMbJ4C&printsec=frontcover&lr=#v=onepage&q=&f=false"]This[/URL] just might help you.

Member Avatar for debasisdas
-1
102
Member Avatar for breakid

you want to update the entire table each time any row is updated ?

Member Avatar for debasisdas
0
72
Member Avatar for David_OHS
Member Avatar for debasisdas
0
107

The End.