Search results for query: *

  • Users: raokikun
  • Content: Threads
  • Order by date
  1. R

    using only the .exe file

    after our thesis document and system. our school requires us to burn the system into the CD/DVD its two CD's or dvd, 1 cd is for the sql installer and sql database for the system 1 cd is for the executable only. no vb installer and the project is not also included. will the .exe file of the...
  2. R

    connecting multiple table records and display on one datagridview, is it possible?

    this are the details im gonna use P_ID (a primary key) student number full name or firstname,lastname? (which is better) year level semester course subject code subject description grade remarks my system would be aimed to.. display the current grade of the student for example he is 4thyear...
  3. R

    Hints, Tips, Advice regarding creating a database for a system.

    my system will be for "CCS" department under CCS department -----------------------it has 3 courses --- "BSIT", "BSCS", ACT" every year level has 2 semesters as my professor said my thesis is aimed to 1. show the present (year level ex.4thyear, semester ex.1st, and grade) by searching...
  4. R

    computed column formula HELP!

    i got two columns in mysql 2005 Grade and Remarks i need to do is.. when i input integers in grade column 1,1.25,1.50,1.75,2,2.25,2.50,2.75,3 then Remarks will show PASSED and when Grade is 4 up remarks will show FAILED (OPTIONAL)---------------------- if Grade is null - then Remarks will...
  5. R

    my computed column doesn't work when my fill command is activated

    [windows forms] when i experimented.. my computed column doesn't work when my fill command is activated i mean the command to show the record of my table.. but when i take off the code for the fill command.. the computed column works..
  6. R

    binding a dataset(computer column) to a datagridview

    before posting i searched in google and youtube. but still i cant figure it out. maybe someone can simplify it to me.. i watched a video from youtube http://www.youtube.com/watch?v=h6PYx2MgOCQ but i cant figure out why.. some properties arent showing in my vb just like the one needed in the...
Back
Top