2,951 Posted Topics

Member Avatar for kazitula
Member Avatar for danielle23

Sorry, we do not solve home works /assignments here. The error message is self explanatory.

Member Avatar for Drlionheart
0
212
Member Avatar for audiomandan

you want to build the database or the search functionality using any front end tool ?

Member Avatar for Drlionheart
0
96
Member Avatar for Israelsimba
Member Avatar for abu taher
0
107
Member Avatar for rsk_beckon

there are number of tools for the purpose. Just use google with proper keyword for effective search.

Member Avatar for debasisdas
0
154
Member Avatar for xirosen

as the name is icon it needs to be an icon (*.ico) or a cursor (*.cur) file. The size/dimension of the file should be 32 x 32 pixels.

Member Avatar for omoridi
0
72
Member Avatar for Afi83

Try this sample code for taking backup and restore of access database [code=vb] Dim DBTempSource As Database Dim DBTempDestination As Database Dim RecTempSource As Recordset Dim RecTempDestination As Recordset Sub MBackup() Set FSO = CreateObject("Scripting.FileSystemObject") On Error GoTo Errors If OptBackup Then TxtRemarks = "Backup Started at " & Time …

Member Avatar for omoridi
0
180
Member Avatar for xirosen

What happens when you click on the parent node . Does it not open the child nodes with its icon ?

Member Avatar for omoridi
0
184
Member Avatar for alyssasiglos
Member Avatar for EntangledDesi
Member Avatar for scuzzo

I think you are trying to redefine SQL with your own bunch of syntax. What are those [B]WHILE[/B] and [B]WHEN[/B] in your code ?

Member Avatar for debasisdas
0
264
Member Avatar for Kramer.Cosmo33

You need to pass unique values for the scheduled_num field. schedule_num should be the PRIMARY KEY and semester should be having an UNIQUE constraint. Try to use the insert statement in a procedure and use a SEQUENCE to generate the schedule_num.

Member Avatar for debasisdas
0
143
Member Avatar for Sadikb

i can say the copmpete reference from oracle press covers everything but nothing in details.

Member Avatar for Lincoln25
0
460
Member Avatar for PinoyDev

if you use timer at a particular time interval that will use a lot of system resources irrespective of any database changes. Better use a refresh button , so that the use can get the updated list at their will.

Member Avatar for PinoyDev
0
279
Member Avatar for Es Sayen

use the IN clause or simply write a procedure and pass the values. that u want to delete.

Member Avatar for ultimahosts
0
163
Member Avatar for jhai_salvador
Member Avatar for pankajkingel

You just need to store all the required file in specified folders before creating the setup and specify the same in the code as well. Next create the EXE from the file menu and then use the packager and deployment wizard to create the set up

Member Avatar for omoridi
0
93
Member Avatar for dammysky

It is always better to store the DB file in the application path and set the property of the control using code in the form load event.

Member Avatar for AndreRet
0
225
Member Avatar for royaloba
Member Avatar for cutedipti

[QUOTE=cutedipti;951552]hello! As i am trying to insert multiple rows using following command [ICODE] insert into customer(c_id,c_name,c_city,c-street) values('C101','Hayes','Downtown','Main'), ('C102','Willum','Perryridge','North'), ('c103','Smit','Brooklyn','Park'); [/ICODE] It always gives me an error that ERROR at line 2: command not properly ended Please tell me why this error is occuring & what's solution to it? I am …

Member Avatar for Princeomari
0
509
Member Avatar for networkmancer

that is so simple , you just need to compare both the string and proceed further based on the comparison result.

Member Avatar for omoridi
0
87
Member Avatar for hali_haider_ali

You need to use some third party components and need to connect to SMS gateway for that. All those does not come free.

Member Avatar for omoridi
0
91
Member Avatar for caodeqixi
Member Avatar for 2424santhosh
Member Avatar for hardeepbhullar

please post your your question the [URL="http://www.daniweb.com/forums/forum58.html"]vb.net[/URL] forum.

Member Avatar for quicktpgo
0
87
Member Avatar for Luvila
Member Avatar for quicktpgo
0
103
Member Avatar for ellyokutoyi
Member Avatar for vineethrp
Member Avatar for quicktpgo
0
15
Member Avatar for helovesruary
Member Avatar for syarbr1
Member Avatar for Emo1991
Member Avatar for mir77
Re: ip

use the following [code]select sys_context( 'userenv', 'ip_address' ) from dual[/code]

Member Avatar for debasisdas
0
88
Member Avatar for GMST
Member Avatar for ohyeah
Member Avatar for Jammie
Member Avatar for debasisdas
0
85
Member Avatar for nice_true

If the database is oracle you need to play with USER_TAB_COLS view. You need to frame queries dynamically at run time in a loop and execute.

Member Avatar for padtes
0
114
Member Avatar for iamy1204

Nothing is clear from your post . what do you want application design or database design ?

Member Avatar for iamy1204
0
89
Member Avatar for veledrom
Member Avatar for jeng1111
0
80
Member Avatar for kramero

that depends on so many factors 1. are both DB compatible ? 2. are both DB directly compatible (do you need an intermediate level)? 3. Price of new S/W & H/W 4. Professional expenses.

Member Avatar for kramero
0
136
Member Avatar for santhoshvarma.a
Member Avatar for balakrishnan.kb
Member Avatar for firoz.raj

Please find the details [URL="http://www.bkent.net/Doc/simple5.htm"]here[/URL].

Member Avatar for debasisdas
0
71
Member Avatar for kirubakar007
Member Avatar for debasisdas
0
30
Member Avatar for zohaib22
Member Avatar for Agent-of-Chaos

* is not required in delete statement. use this strSQL = "DELETE FROM Product WHERE Expiry_Date = '" & Text1.Text & "'"

Member Avatar for Agent-of-Chaos
0
93
Member Avatar for ifor247
Member Avatar for agrophobic
Member Avatar for efmesch
0
140
Member Avatar for HopeH
Member Avatar for tworkman
Member Avatar for Andrew de Beer

what is the source of data in the control ? is it getting populated from database ?

Member Avatar for debasisdas
0
159

The End.