Click here to Skip to main content
15,897,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWSAIoctl with SIO_RCVALL in WINNT Pin
Anonymous12-Feb-04 5:51
Anonymous12-Feb-04 5:51 
GeneralRe: WSAIoctl with SIO_RCVALL in WINNT Pin
valikac12-Feb-04 12:24
valikac12-Feb-04 12:24 
GeneralRe: WSAIoctl with SIO_RCVALL in WINNT Pin
Mike Dimmick13-Feb-04 2:15
Mike Dimmick13-Feb-04 2:15 
GeneralRe: WSAIoctl with SIO_RCVALL in WINNT Pin
valikac13-Feb-04 5:09
valikac13-Feb-04 5:09 
GeneralDBase question Pin
Rassul Yunussov12-Feb-04 5:40
Rassul Yunussov12-Feb-04 5:40 
GeneralRe: DBase question Pin
David Crow12-Feb-04 5:49
David Crow12-Feb-04 5:49 
GeneralRe: DBase question Pin
Rassul Yunussov12-Feb-04 21:10
Rassul Yunussov12-Feb-04 21:10 
GeneralRe: DBase question Pin
David Crow13-Feb-04 4:14
David Crow13-Feb-04 4:14 
How would you create the database/table(s) manually? Whatever the commands are, you should be able to do the same thing with the CDatabase::ExecuteSQL() method.

ExecuteSQL("CREATE DATABASE MyDb");
ExecuteSQL("CREATE TABLE table1 (Name TEXT(15), Address TEXT(25), Age INTEGER)");

It's been over a decade since I've used DBase-type files so the actual syntax may be off. Hopefully it gives you a starting point if nothing else.


A rich person is not the one who has the most, but the one that needs the least.
GeneralOpenGL Positional Light Problem Pin
_SaTaN_12-Feb-04 4:56
_SaTaN_12-Feb-04 4:56 
GeneralRe: OpenGL Positional Light Problem Pin
Andrew Walker12-Feb-04 19:23
Andrew Walker12-Feb-04 19:23 
QuestionTools to catch heap corruption? Pin
SteveTSS12-Feb-04 4:39
SteveTSS12-Feb-04 4:39 
AnswerRe: Tools to catch heap corruption? Pin
Anonymous12-Feb-04 6:49
Anonymous12-Feb-04 6:49 
AnswerRe: Tools to catch heap corruption? Pin
John M. Drescher12-Feb-04 7:19
John M. Drescher12-Feb-04 7:19 
Generalplotting from VC++ .NET Pin
BlueMonkey6812-Feb-04 4:36
BlueMonkey6812-Feb-04 4:36 
GeneralRe: plotting from VC++ .NET Pin
valikac12-Feb-04 12:25
valikac12-Feb-04 12:25 
GeneralSetting the font in SDI Pin
Member 36008212-Feb-04 4:27
Member 36008212-Feb-04 4:27 
GeneralRe: Setting the font in SDI Pin
Steve S12-Feb-04 6:07
Steve S12-Feb-04 6:07 
Generalmodal dialog problem Pin
Coming12-Feb-04 3:45
Coming12-Feb-04 3:45 
GeneralRe: modal dialog problem Pin
basementman12-Feb-04 3:55
basementman12-Feb-04 3:55 
GeneralRe: modal dialog problem Pin
Coming12-Feb-04 4:06
Coming12-Feb-04 4:06 
GeneralRe: modal dialog problem Pin
Dennis L12-Feb-04 4:15
Dennis L12-Feb-04 4:15 
GeneralRe: modal dialog problem Pin
David Crow12-Feb-04 5:55
David Crow12-Feb-04 5:55 
GeneralRe: modal dialog problem Pin
RobJones12-Feb-04 4:50
RobJones12-Feb-04 4:50 
Generalreading header Pin
styve12-Feb-04 3:37
styve12-Feb-04 3:37 
GeneralRegistration procedure Pin
Dennis L12-Feb-04 3:34
Dennis L12-Feb-04 3:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.