Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: reycons
  • Content: Threads
  • Order by date
  1. reycons

    Problem with Datagrid Update

    Imports System.Data.OleDb Imports System.Data.OleDb.OleDbDataAdapter Public Class frmGrid Private Const SELECT_STRING As String = "SELECT * FROM departmentprofile" Private Const CONNECT_STRING As String = _ "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and...
  2. reycons

    Computation problem in Crystal Report

    Indate Timein Outdate Timeout # of Hours Remarks 09/16/08 8:00 AM 09/16/08 6:00 8 VL 09/17/08 8:00 AM 09/17/08 6:00 8 VL 09/18/08 8:15 AM 09/17/08 6:05 8 --------------------------------------------------------- Total no...
  3. reycons

    Logical Error in Time

    Dim li As ListItem Dim LV As ListView Dim rs As Recordset Dim rsfullLogs As Recordset Dim cn As New Connection Dim dlogindate, dLogOut, t_AmTimeIn, t_AmTimeOut, t_PMTimeIn, t_PmTimeOut, t_AmtimeIn2, t_AmTimeOut2, t_PmTimeOut2, t_PmTimeIn2 As Date Set rs = New...
  4. reycons

    Updating a table

    Table 1 EmpID Logindate Undertime_From UnderTime_To 1 8/27/08 8:00 AM 10:00 AM 2 8/28/08 10:00 AM 12:00 PM Table2 EmpId Logindate Undertime_From Undertime_From 1 8/27/08 2 8/28/08 Good day. I cant update table 2. The record should update in table2 that matches all the empid and...
  5. reycons

    Fitlering in Visual Basic Report

    I have a textboxt and which I input the lastname of a particular person like for example Cortez so all the record that has a lastname of cortez thats only it shows in the table Can anyone give me a sample code in visual basic that filter the records in the table and that record that it filter...
  6. reycons

    Problem with Schema on MySql Server

    I copied the schema name geneticdatabase in c:\AppServ\MySQL\data\geneticdatabase from one PC and paste to another PC in c:\AppServ\MySQL\, when I open the schema in the MySQL Server and the table named class_setup, the fields cannot be loaded and I've got an error message saying: SELECT...
  7. reycons

    Problem with Schema on MySql Server

    I copied the schema name geneticdatabase in c:\AppServ\MySQL\data\geneticdatabase from one PC and paste to another PC in c:\AppServ\MySQL\, when I open the schema in the MySQL Server and the table named class_setup, the fields cannot be loaded and I've got an error message saying: SELECT...
  8. reycons

    Matching the records

    Option Explicit On Imports MySql.Data.MySqlClient Public Class LOGIN Dim conn As MySqlConnection Private Sub cmdLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdLogin.Click 'Setting of Variables... Dim mycommand As MySqlCommand conn = New MySqlConnection...
  9. reycons

    Need a free site to download mysql

    -1st, I've been new to mysql. I need a site wherein I can download a free MySQL application. -2nd, How can I connect MySql as a database to my Visual Basic Appplication? Pls. kindly tell me the procedures. Thanks in advance....

Part and Inventory Search

Back
Top