2,951 Posted Topics

Member Avatar for jmensah

You need to use Max(value) + 1 logic. Increment the max of current number by 1 and proceed.

Member Avatar for codeorder
0
1K
Member Avatar for Nader_ly

you can start with the following basic tables. [code] emp(emp_id,name,mgr,dept_no,doj,oth1,oth2,...,flag1,flag2,....); loa(l_id,emp_id,approver_id,hr_id,apply_date,approval_date,hr_approval_date,approval_flag,hr_approval_flag); leave(emp_id,leave_count,leave_type,leave_exp_date); [/code] You need to link LOA and LEAVE to EMP on EMP_ID .

Member Avatar for debasisdas
0
143
Member Avatar for divyakprabh

I think you are looking for scheduled jobs. [URL="http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_job.htm"]DBMS_JOB[/URL] and [URL="http://psoug.org/reference/dbms_job.html"]DBMS_JOB[/URL] [URL="http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_sched.htm"]DBMS_SCHEDULER[/URL] or [URL="http://psoug.org/reference/dbms_scheduler.html"]DBMS_SCHEDULER[/URL]

Member Avatar for debasisdas
0
105
Member Avatar for YoDidjey
Member Avatar for Mattox
Member Avatar for GogoTraining
Member Avatar for neilelph
Member Avatar for obicerno

What is the project ? What is the code that you are working on ? Yo need to show effort to get help from our experts.

Member Avatar for AndreRet
0
83
Member Avatar for freedom-impulse

This topic has already been discussed here in the forum several times . You need to use the search box on top right side of the page for related discussions.

Member Avatar for AndreRet
0
97
Member Avatar for jeffrey4u

Smileys are actually not images. They are special key stroke combination that is interpreted in a special manner to display a tiny graphics. The same key combination can be interpreted in a different manner by different application. so you need to check how you application reads those special combinations.

Member Avatar for AndreRet
0
143
Member Avatar for Dannyo329

You are talking in minutes and hrs ! There are section which do not receive any new post in days sometimes for weeks.

Member Avatar for AndreRet
0
123
Member Avatar for gauravk_bhanot
Re: 2NF

Get more information [URL="http://www.bkent.net/Doc/simple5.htm"]here[/URL].

Member Avatar for debasisdas
0
121
Member Avatar for sandyrajan
Member Avatar for debasisdas
0
61
Member Avatar for zepi
Member Avatar for fawadkhalil

SQL Server 2000 isn't supported on Vista+ OS's. The install will be blocked by Windows. Migrating MSDE to SQL Express may be the best option. The simple reason being, windows 7 is a 64 bit os and SQL 2000 is 32 bit software. Although you can install SQL Server 2000 …

Member Avatar for JemB
0
227
Member Avatar for Vardonir
Member Avatar for JenniferLopez
Member Avatar for sungod000
Member Avatar for AndreRet
0
56
Member Avatar for lakewriter

Welcome to the forum. You will be a great asset for the [URL="http://www.daniweb.com/forums/forum4.html"]VB6[/URL] forum.

Member Avatar for AndreRet
0
238
Member Avatar for bjc01010

You need to play with CAPTION property of the control for the purpose. It can be simply reset by taking all the controls in a loop.

Member Avatar for AndreRet
0
192
Member Avatar for zp18zp18

You can set the same property through code as well. Place the code somewhere in Form_Load ().

Member Avatar for AndreRet
0
57
Member Avatar for MooGeek

All the details that you need is [URL="http://www.google.co.in/search?hl=&q=file+system+object+in+vb6&sourceid=navclient-ff&rlz=1B3GGLL_enIN395IN395&ie=UTF-8&aq=0&oq=fi"]here[/URL].

Member Avatar for AndreRet
0
88
Member Avatar for pmark019

Better store the input values in separate variables. Also check for scope of your variables.

Member Avatar for AndreRet
0
99
Member Avatar for kazekagerandy

Mainly you need to work on co-ordinates. for curves and all need to work with some of the trigonometric functions.

Member Avatar for kazekagerandy
0
108
Member Avatar for codeblock

If your tables are linked through PK / FK, you need to delete from clild table record first and move upwards to parent table records and delete.

Member Avatar for codeblock
0
137
Member Avatar for fiju

Else you can use the [URL="http://msdn.microsoft.com/en-us/library/ms186862%28v=sql.90%29.aspx"]REPLACE[/URL] function for the purpose.

Member Avatar for debasisdas
0
82
Member Avatar for eukiandfhull

[code]select sum(HoursWorked) from DTR where EmpID = empid and date between date1 and date2[/code] NOTE :-- avoid using [B]Date[/B] as a column name in DB table, that is a reserved key word so you may face with unexpected results.

Member Avatar for eukiandfhull
0
82
Member Avatar for m1234ike

You code is not for the version VB6. You need to use [URL="http://www.google.co.in/search?hl=&q=file+system+object+in+vb&sourceid=navclient-ff&rlz=1B3GGLL_enIN395IN395&ie=UTF-8&aq=2&oq=file+system+object+#sclient=psy&hl=en&rlz=1B3GGLL_enIN395IN395&source=hp&q=file+system+object+in+vb6&aq=f&aqi=&aql=&oq=&pbx=1&fp=991118fabfc2c1bb"]FileSystemObject[/URL] to achieve the same in VB 6.

Member Avatar for codeorder
0
630
Member Avatar for Shodow
Member Avatar for coervivekmca

1. Check if you have index on the column that is being used in the where clause. 2. Select only the desired column in place of all the columns (*).

Member Avatar for mwasif
0
98
Member Avatar for commando1200
Member Avatar for addmaths07
Member Avatar for sandeshps89
Member Avatar for El Pirata
Member Avatar for 3LauraB

Hi Laura, Just be here and keep your eyes and ears open. You will find a lot of ideas floating around here.

Member Avatar for AndreRet
0
20
Member Avatar for neosonic

I think your case is hardware dependent. You need to check the server and the LAN. Also check how much overloaded is your LAN because of other services.

Member Avatar for AndreRet
0
134
Member Avatar for javadurmu

No, thanks. Been there, done that. We don't do your work for you. We help you with problems you are having with work that YOU have done.

Member Avatar for debasisdas
0
24
Member Avatar for Micksnothere

Try this sample SQL. [code]select * from (select * from aer order by aer_id desc) where rownum <= (select count(*)/4 from aer)[/code]

Member Avatar for debasisdas
0
129
Member Avatar for aman rathi

[URL="http://www.google.co.in/search?hl=&q=visual+basic+6.0+black+book&sourceid=navclient-ff&rlz=1B3GGLL_enIN395IN395&ie=UTF-8&aq=3&oq=vis"]This[/URL] may help you. Also try to find [URL="http://books.google.com/"]here[/URL].

Member Avatar for debasisdas
1
110
Member Avatar for horrerbaba
Member Avatar for horrerbaba
0
36
Member Avatar for rhyll07

You want the entire projects to be delivered to you nicely packed or are you also interested in lending a helping hand ?

Member Avatar for AndreRet
0
93
Member Avatar for abelingaw

You need to replace ' (single quote) with ''(two single quotes) Use the function [B]replace[/B] or just play with CHR(39).

Member Avatar for AndreRet
0
147
Member Avatar for fiju

Please go through [URL="http://codingsense.wordpress.com/2008/12/31/mssql-output-in-xml-using-for-xml/"]this[/URL] and [URL="http://articles.sitepoint.com/article/data-as-xml-sql-server/3"]this[/URL].

Member Avatar for debasisdas
0
78
Member Avatar for Enora

I would suggest not to store the videos in the Database. Instead just store the file name with proper path and store the actual file in the file system . In the database you need to store other attributes (comments etc...) . After that implements a keyword based search is …

Member Avatar for debasisdas
0
97
Member Avatar for Khliboy_2796

Try the following if you are trying to create a table by VB 6 code. [code] Private Function CreateTable() As Boolean Dim catDatabase As ADOX.Catalog Dim oTable As ADOX.Table Dim bCreateTable As Boolean ' ------------------------------- On Error GoTo PROC_ERR bCreateTable = False Set catDatabase = New ADOX.Catalog With catDatabase .ActiveConnection …

Member Avatar for debasisdas
0
144
Member Avatar for junjun61991

I really do not understand why are you setting the values back and forth from and to the same control. Why not use variables with wider scope.

Member Avatar for debasisdas
0
398
Member Avatar for SmallTime
Member Avatar for AndreRet
0
140
Member Avatar for Shodow

Please tell us more. What is that control (grid) ? What is the database ? How it is connected ? How are you populating the grid ?

Member Avatar for AndreRet
0
110
Member Avatar for Shodow

Try this..... [code] Dim conn As New ADODB.Connection Dim rec As New ADODB.Recordset Private Sub cmd_delete_Click() Dim rResult rResult = MsgBox("Do you want to delete the record", vbYesNo) If rResult = vbYes Then conn.Execute "Delete * from Employee where EmployeeID =" & DataGrid1.Columns(0).Value Set DataGrid1.DataSource = Nothing Set rec = …

Member Avatar for AndreRet
0
174
Member Avatar for raephel
Member Avatar for raephel
0
83

The End.