Where should I post that question? I could also post that in "web development" or "database" section. But the question is also not really related to any of those section above. Real Eyes Realize Real Lies.
arsha_midy
Posts
-
SQLStatement -
SQLStatementIt may be somewhat odd to discuss about older technologies, but it has always been interesting to me to know that about. Ok, I have the following as my "filename.htx" file: <%begindetail%> <%enddetail%>
<%LastName%>
<%FirstName%>
<%EMail%>
And here is my "addto.idc" file: Datasource:Address_IDC Template:filename.htx SQLStatement:INSERT INTO Addresses(LastName, FirstName, EMail) VALUES('%FName%', '%LName%', '%Email%') It works fine as it inserts data to database, but I need to display all records stored after the above insertion. What can I do? N.B. SQL Server uses "output inserted" clause to do so but I haven't tested with that. I use Access 2007 as the database. Real Eyes Realize Real Lies.
-
Default LibrariesHello, When I tried to buid a Visual C++ project downloaded from CodeProject website, I got many errors in the style of "MSVCRT.lib(MSVCR90.dll) : error LNK2005: _atoi already defined in libcmt.lib(atox.obj)". I am trying to bulid MFC and Visual C++ runtime libraries in static form. However I have no problem when building for shared dll for both mfc and c++ runtime libraries. In another project, there's another problem: I cannot tell the compiler do not support for UNICODE i.e. UNICODE is always "defined" even when I have "Use Multi-Byte Character Set" selected from the general configuration. Also there is no UNICODE defined in preprocessor definitions in Project Property. Regards,
Real Eyes Realize Real Lies.
-
VB.Net Conversion WizardI'm using visual studio 2008. The problem is just about handling of arrays (as compiler listed the errors). But I think with a little work it can be surmounted.
Real Eyes Realize Real Lies.
-
VB.Net Conversion WizardHello, I downloaded following Chess program written in classical VB, however after trying to convert it to VB.Net code via the conversion wizrd I got numerous errors which I couldn't resolve. Since I'm not familiar with VB.net, I need someone instruct me on the problem or provide me the upgraded code. Many Thanks in Advance Link to program: Migoya Chess
Real Eyes Realize Real Lies.