Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums

10 Posted Topics

Member Avatar for Chester1

Iam a New to web page need help making My program access a web page automatic, so when a user starts a program it will send user to server to get information off of server

Member Avatar for Narue
0
122
Member Avatar for Chester1

I,ve been on this page for only a week, and I got help from some one that took it upon Himself to go way beyond to help Me, His Name is clartsonly on on DaniWeb.His Rep is a lot high than what it is and if I had it my …

Member Avatar for alc6379
0
86
Member Avatar for Chester1

CODE HERE A FOLOWS: namespace ODBC { #include <stdio.h> #include <stdlib.h> #include <tchar.h> #include <windows.h> #include <sql.h> #include <sqlext.h> #include <odbcinst.h> //-- #pragma comment(lib,"odbc32.lib") #pragma comment(lib,"odbcbcp.lib") #pragma comment(lib,"OdbcCP32.Lib") //-- #define IS_SQL_ERR !IS_SQL_OK #define IS_SQL_OK(res) (res==SQL_SUCCESS_WITH_INFO || res==SQL_SUCCESS) #define SAFE_STR(str) ((str==NULL) ? _T("") : str) //-- enum sqlDataTypes { sqlDataTypeUnknown = …

0
102
Member Avatar for Chester1

I am having problems making my code access the primary key, and to print information out to screen in a C++ program that I Am writing. Need some help PLEASE ! The Primary Key Name is ID1. HERE IS THE CODE #include <windows.h> #include <stdio.h> #include <conio.h> #include <iostream.h> #include …

Member Avatar for clartsonly
0
182
Member Avatar for Chester1
Member Avatar for Chester1

NEED some one to help me Access a Primary Key in SQL for MS, with the primary Key Being ST with a AutoNumbering of 23, HOW can I :cry: ? SEE code from YESTERDAY Chester1 at 09-28-2004-05:02pm.Thanks for the help!

0
127
Member Avatar for Chester1

Need HELP! This Program that accesses a data base will not print out information from Data Base.I think the Problem is in the SELECT statement.The Primary Key is ID1, I want to Access Primary Key 2, Field Father but when I run it, it will only print out Quote: " …

Member Avatar for sergio
0
111
Member Avatar for Chester1
Member Avatar for Chester1

This code works to access the whole file, but need to access the primary key. Please help! Thanks! :mrgreen: #include <windows.h> #include <stdio.h> #include <conio.h> #include <iostream.h> #include <tchar.h> #include "ODBCWrapper.cpp" //make sure you include the namespace using namespace ODBC; int main(void) { MDBConnection link; if(link.Connect("C:\\Documents and Settings\\Chester Mayle\\My Documents\\My …

0
81
Member Avatar for HinJew

One of many erros in your program that show up is that you did not enter TEMPERATURE in main or in the function,so the function does not know the varable name to access it. :cry:

Member Avatar for Chester1
0
98

The End.