Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
K

King_of_Queens

@King_of_Queens
About
Posts
7
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SQL: How to create a 1:1 relation?
    K King_of_Queens

    Hello i serach for an sql command which creates a 1:1 relation in an access database. I think i can do this wiht CONSTRAINT but how? In the access help i found this: CREATE TABLE Bestell (BestellId INTEGER PRIMARY KEY, KundId INTEGER, BestellNotiz NCHAR VARYING (255), CONSTRAINT FKBestellKundId FOREIGN KEY (KundId) REFERENCES Kunden ON UPDATE CASCADE ON DELETE CASCADE but this creates only 1:N relation!

    Database database help tutorial question announcement

  • How to bind in the Access Import Wizard
    K King_of_Queens

    Hi My Program use the CADOX Classes from Carlos Antollini to connect itself to a access database via ADO. Is there any way to start the Access file import wizard over ADO to import new tables from csv files to my database? Please help!

    Database database help tutorial question

  • How to round a double value
    K King_of_Queens

    Hi i mean this: round(y,x) y = value to round for example 4,6793233 x = position after ',' to round round should look after y at position x+1 if y at positon x is > 5 then 4,68 forget the rest of numbers!

    C / C++ / MFC tutorial question

  • How to round a double value
    K King_of_Queens

    Hi i search for a function which can do this: double value = 4,6793 value = round(value,2) //after that value should be 4,68 in which library can i find this function???

    C / C++ / MFC tutorial question

  • C ADO Classes How to get a list of tables
    K King_of_Queens

    Hi how can I get a list of tables from a database by using the CADO Classes from Carlos Antollin?http://www.codeproject.com/database/caaadoclass1.asp) Greetings Thomas

    Database question database com tutorial

  • How to get a list of tables from a access database
    K King_of_Queens

    Hi, how can i get a list of tables with columns from a access database by using cdatabase and crecordset? I want to use the list in a CTreeCtrl!

    Database question database tutorial

  • How to get a list of tables from a access database
    K King_of_Queens

    Hi, how can i get a list of tables with columns from a access database by using cdatabase and crecordset? I want to use the list in a CTreeCtrl!

    C / C++ / MFC question database tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups