2,951 Posted Topics

Member Avatar for dshock512

Hi dshock512 Welcome to TSDN. Hope you find the forum helpful for all your technical needs.

Member Avatar for jasimp
0
15
Member Avatar for andrewktmeikle
Member Avatar for technicalganesh
Member Avatar for magnumforce

Hi magnumforce Welcome to Daniweb . We are pleased to have you here.[URL="http://www.daniweb.com/forums/member206034.html"][/URL]

Member Avatar for jasimp
0
47
Member Avatar for Dell XPS
Member Avatar for Dell XPS
0
110
Member Avatar for Rajesh KHANNA

It seems to be a school or college assignment. Before deleopment of the project you need to gather all the requirments ,next step is database design and final step is coding.

Member Avatar for matale
1
119
Member Avatar for GLT

That should be defined in the time of table / relationship creation . If you wnat to delete all the child records by deleting the parent record thenu need specify ON DELETE CASCADE. Other wise it does not allow you to delete parent record if there is any sort of …

Member Avatar for debasisdas
0
86
Member Avatar for iamrashid

Editing your own post is time limited. After that only the admin / moderator of the forum can edit that.

Member Avatar for debasisdas
0
34
Member Avatar for vpns.praveen

select microsoft activex dataobject library 2.8 from the Project ---> reference menu then try the following sample code [code=vb] Dim con As New ADODB.Connection Dim rs As New ADODB.Recordset Private Sub Form_Load() con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Debasis\Desktop\company.mdb;Persist Security Info=False" rs.Open "select * from employee", con, adOpenDynamic, adLockOptimistic End Sub [/code]

Member Avatar for debasisdas
0
85
Member Avatar for ristine33

select microsoft windows commoncontrol 6.0 from under the Projects ----> components menu. to display the contol just increse the value of the progressbar in timer event of a timer. if it is = maxvale then reset to 0

Member Avatar for debasisdas
0
32
Member Avatar for vishjoe

try this sample code [code=vb] RsChart.Open SqlCatagoryOtherChart, con, adOpenForwardOnly, adLockReadOnly Set MSChart1.DataSource = RsChart RsChart.Close [/code]

Member Avatar for debasisdas
0
31
Member Avatar for murigah
Member Avatar for debasisdas
0
62
Member Avatar for mustoora
Member Avatar for debasisdas
0
94
Member Avatar for itekchandru

Place the file in system32 and register the DLL with windows using the [B]REGSVR32[/B] key.

Member Avatar for debasisdas
0
532
Member Avatar for choudhuryshouvi
Member Avatar for narendra_jntu

Oracle [B]9i[/B] is a [B]database[/B] ,here [B]i[/B] stands for [B]INTERNET[/B]. Oracle [B]10g[/B] is also a [B]databas[/B]e ,here [B]g[/B] stands for [B]GRID[/B]. Oracle [B]11i[/B] is not a database,its [B]ERP[/B]. The next version of database is [B]11g[/B] which is expected to be released soon for windows. The new version [B]11.1.0.6.0[/B] is available …

Member Avatar for debasisdas
0
114
Member Avatar for GLT

You can store the details of the mails in a separate table with fileds like date,from,subject, contents ect.

Member Avatar for GLT
0
122
Member Avatar for Dell XPS

From your post it shows u r a novice user having very little or no knowledge of the language and even u dont know what is SQL. Dont expect any one to spoon feed u the code / project in a free froum. We are not here to do your …

Member Avatar for jireh
0
90
Member Avatar for AustinK

Hi Austin. Welcome to daniweb Hope you find this site helpful for all your programming needs.

Member Avatar for jbennet
0
53
Member Avatar for The Dude
Member Avatar for Crosseyed

Hi Charlie Welcome to Daniweb. Hope you find the site helpful.

Member Avatar for happygeek
0
90
Member Avatar for SkyRender

As a fresher u dont have much choice regardign salary. Becasue you are not supposed to bargain without relevant experience. You have to go as per company standards.

Member Avatar for realnapster
0
143
Member Avatar for rksinfla
Member Avatar for >shadow<
Member Avatar for Probleminfinity

By using DoEvents u can return control back to O/S after every loop,so that u can break the loop in between if required.

Member Avatar for debasisdas
0
90
Member Avatar for dssengar

Oracle Client must be installed in the client side to connect to the server. Without that it is not possibe to connect to the server.

Member Avatar for debasisdas
0
106
Member Avatar for Kshiteesh

you want to display it self on the report view or the data in the grid . If u wan tthe data then u need to dynamically frame the query at runtime.

Member Avatar for Kshiteesh
0
117
Member Avatar for jimlowe7
Member Avatar for vbnetdubai

if there is no user interface then no need to create an interface at all. What u need to do is create a windows service.

Member Avatar for debasisdas
0
106
Member Avatar for dejavu_13

Before deloping any thing in any language , u need to design the database and for that u need through study of the existing system if any and the full functionality of the orginization.

Member Avatar for debasisdas
0
99
Member Avatar for ssraju

I would suggest this is the best site for you. here you find a vast resource by little searching also u can take help of VB forum to solve your problems.

Member Avatar for debasisdas
0
25
Member Avatar for ~s.o.s~
Member Avatar for anto_nee

u can easily find all that in this site or by little web-searching. you only need to help your self in doing all that search.

Member Avatar for debasisdas
0
77
Member Avatar for ProgrammersTalk

i have to be infront of the monitor, because that earns me my bread and butter. I don't like to watch TV. In my free time i smoke, smoke and smoke a lot.

Member Avatar for EnderX
0
315
Member Avatar for mykurasa
Member Avatar for Hamrick
0
135
Member Avatar for suneel kar

what ever we add from reference or components are supporting files in form of DLL,OCX or TLB files. These are required if u want to include any predefined library or any extrinsic controls or any 3rd party tool. why you want to un-necessarily add those to every piece of code.

Member Avatar for suneel kar
0
112
Member Avatar for jkohlmeyer

That is because of the incompartibility of Access with Oracle. It shows when there is no compartible data type in access in comparision to Oracle.

Member Avatar for jgenin
0
82
Member Avatar for newguy
Member Avatar for inbody
Member Avatar for loki14
Member Avatar for scudzilla

why not you use SHELL to call the exe of taskmanager it self and display it in side your application.

Member Avatar for scudzilla
0
111
Member Avatar for mimsc
Member Avatar for mimsc
0
85
Member Avatar for vicky.vignesh

can you specify what is your doubt. also post how u r trying to connect vb to database.

Member Avatar for ryan_vietnow
0
311
Member Avatar for t_yalthis
Member Avatar for christina>you
Member Avatar for shank

only you can help your self ,if you have any oproblem / doubts you can ofcourse take help of experts in the forum.

Member Avatar for vbsqluser
0
108
Member Avatar for Bench
Member Avatar for neuronimbus
Member Avatar for plusplus
Member Avatar for bigu

The End.