Posts by Moisés Ramos • 33 points
6 posts
-
0
votes1
answer191
viewsQ: TRIGGER and ASSERTION sql server
I would like to know how TRIGGERS and ASSERTIONS work I am beginner and I have no idea where to start?
sql-serverasked Moisés Ramos 33 -
1
votes3
answers1236
viewsQ: Calculate age by date of birth
I am trying to calculate the age in a form field through the date of birth, only that returns me the compilation error 13 type mismatch. Please someone help me? Here’s the CODE. Private Sub…
visual-basic-6asked Moisés Ramos 33 -
0
votes1
answer160
viewsQ: Visual Basic 6.0
Hi, I’m new to that language. I am creating a student registration form with SQL server 2008 and connection .ADO. At the time of entering and saving the registration data the sign up button inserted…
-
2
votes3
answers18706
viewsQ: Use of select with SUM() function
I am developing a database for a small application. My bank has 3 tables: students, disciplines and boletim_escolar, this last one I use to insert 3 individual notes. I was able to calculate the…
-
0
votes2
answers177
viewsA: Listview in the vb6?
Okay it worked, thanks for the help. Another question about listview with a very generic example. I suppose I have a table of "Students" in the SQL server 2008 database with the fields "matricula"…
-
-1
votes2
answers177
viewsQ: Listview in the vb6?
I started programming with this language and would like a help of how to display data that was inserted in textbox in a listview in vb6?