User Profile

Collapse

Profile Sidebar

Collapse
nurikoAnna
nurikoAnna
Last Activity: Mar 13 '09, 11:37 PM
Joined: Nov 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nurikoAnna
    replied to data archiving
    i am using a MySQL for my databse

    my data archiving goes like this :

    You cannot delete active files or files in used but you can delete inactive files ...

    Any suggestion for data archiving???

    I am making a computerized enrollment system.? That's why I don't want to fill my database with many records which some of it are not in use already....that is why I need data archiving.
    ...
    See more | Go to post

    Leave a comment:


  • nurikoAnna
    started a topic data archiving

    data archiving

    how to data archiving?
    I need you help I have no idea how to start coding data archiving .


    Please help
    See more | Go to post

  • nurikoAnna
    started a topic Treeview Error

    Treeview Error

    Below is my code for fetching data from my database then display it in the treeview as nodes.It goes like this:
    My Treeview Dislay this:

    Department
    College of Education
    College of Engineering
    College of Industrial Technology
    Business Administration Service




    Code:
    Sub popTvw()
    
    Dim rstvw As New ADODB.Recordset
    
    rstvw.Open "SELECT  `t_department`.`DepartmentID`,`t_department`.`Department`FROM
    ...
    See more | Go to post

  • nurikoAnna
    started a topic runtime error 3265

    runtime error 3265

    Code:
    
    Dim rsFaculty As New ADODB.Recordset
    Dim rsDepartment As New ADODB.Recordset
    Dim oCm As New ADODB.Command
     
    Private Sub Disconnect()
       connect.Close
    End Sub
     
     
     
    Private Sub Form_Load()
     
    'connect.Execute ("SELECT `t_faculty`.`FacultyFName`,`t_faculty`.`FacultyMI`,`t_faculty`.`FacultyLName`,`t_faculty`.`DepartmentID`,`t_department`.`Department`FROM
    ...
    See more | Go to post

  • nurikoAnna
    replied to Treeview with link
    what if I am fetching data freom the databse??/ can you help me with that???...
    See more | Go to post

    Leave a comment:


  • nurikoAnna
    started a topic runtime error 3265

    runtime error 3265

    Code:
    Dim rsFaculty As New ADODB.Recordset
    Dim rsDepartment As New ADODB.Recordset
    Dim oCm As New ADODB.Command
    
    Private Sub Disconnect()
       connect.Close
    End Sub
    
    
    
    Private Sub Form_Load()
    
    'connect.Execute ("SELECT `t_faculty`.`FacultyFName`,`t_faculty`.`FacultyMI`,`t_faculty`.`FacultyLName`,`t_faculty`.`DepartmentID`,`t_department`.`Department`FROM `t_faculty`INNER JOIN `t_department`
    ...
    See more | Go to post
    Last edited by pbmods; Jan 11 '09, 08:57 PM. Reason: Added CODE tags.

  • nurikoAnna
    started a topic Populate data in a Treeview

    Populate data in a Treeview

    Goodday...


    Please help me to populate data in a list view...call data from the database..

    Currenty i am using MySQL as a database....


    Ex. I have a database name dbSection..Then I have a table t_section and another table is t_student...Wha t I like to do using a treeview....I want to display in the treevee the parent node as Section Name then the child nodes are list of the student names...
    ...
    See more | Go to post

  • nurikoAnna
    replied to Treeview with link
    Thanks God bless.......
    See more | Go to post

    Leave a comment:


  • nurikoAnna
    replied to Treeview with link
    Thanks you so much... it works...

    How to put image on the treeview??/
    how to initialize

    God bless...
    See more | Go to post

    Leave a comment:


  • nurikoAnna
    replied to Treeview with link
    where can I find node event???
    Do I have to declare some variable because i got this error on the first line
    "object variable or with block variable not set"

    Is costumer a name for a node???...
    See more | Go to post

    Leave a comment:


  • nurikoAnna
    replied to Treeview with link
    I want to open a new form each time I click on a new node......
    See more | Go to post

    Leave a comment:


  • nurikoAnna
    started a topic Treeview with link

    Treeview with link

    How to use a treeview when I click the node a form will show to the screen...

    please help me...thanks God bless...
    See more | Go to post

  • nurikoAnna
    started a topic Treeview

    Treeview

    Hi guys...I don't know how to use treeview in vb6...please kindly help me....


    need some simple codes and samples to refer to...please...G od bless...

    (I am using mySQL for my database)
    See more | Go to post

  • nurikoAnna
    replied to Type Mismatch
    i am using mysql ....
    See more | Go to post

    Leave a comment:


  • how ????? I don't know how???
    See more | Go to post

    Leave a comment:


  • nurikoAnna
    replied to How to put a Icon in a Menu bar
    I'm not using tool bar..just using menu...

    how to put an icon in a menu???
    See more | Go to post

    Leave a comment:


  • nurikoAnna
    started a topic How to put a Icon in a Menu bar

    How to put a Icon in a Menu bar

    Good day guyzz...


    I want to put an icon in a menu bar ??/ It it possible???

    Please help me guyzz....
    See more | Go to post

  • nurikoAnna
    started a topic How to encryt and decrypt passwords

    How to encryt and decrypt passwords

    Good day

    I am rejoice

    I need help in my program. I am making user management, the problem is I don't know how to encrypt the passwords as I click the save button in my mySQL database so that no one can know the passwords...ple ase help me...just simple codes....please ...
    See more | Go to post

  • nurikoAnna
    started a topic Type Mismatch

    Type Mismatch

    I am having troubled debugging with my codes...It always gets an error "TYPE MISMATCH"


    Below is my code in my frmApplicantsEn try:


    _______________ _______________ _______________ _____ _______________ Private Mint As Integer
    Dim date1 As Date
    Dim date2 As Date
    Dim myApplicationRe cord As Application
    Dim myPersonalInfoR ecord As PersonalInfo
    Dim EditFlag As Boolean...
    See more | Go to post

  • nurikoAnna
    started a topic Type Mismatch Ii

    Type Mismatch Ii

    I am having troubled debugging with my codes...It always gets an error "TYPE MISMATCH"


    Below is my code in my frmApplicantsEn try:


    _______________ _______________ _______________ _______________ _____
    Code:
    Private Mint As Integer
    Dim date1 As Date
    Dim date2 As Date
    Dim myApplicationRecord As Application
    Dim myPersonalInfoRecord As PersonalInfo
    ...
    See more | Go to post
    Last edited by Dököll; Jan 1 '09, 04:30 PM. Reason: code tags, indent galore;-)
No activity results to display
Show More
Working...