Eve Jane's Q&A profile
Visual Basic Database on server
I create a database in MS Access with VB6 works perfect and eveverything, Now this is wha ti want to do. I want the program i design in vb6 be able to access database on a server so anyone who has a copy of the software on there desktop with a internet connect will be able to get info fromt hat database thats from the client side. I will also design a new program for the admin end to update the databse etc. Now what i want to kno is am i using the ms access databse to use on a server if so whats the procedure or is it that i will have to use sql if so whats the procedure and also how to conect the user end software to the database ont ...Show All
Windows Forms combobox
hello i have a combobox and its a datasource is ds.tables("tablename") i have type this: with cmoboxbox1 .datasource=ds.tables("tablename") .displaymember=name .valuemember=id end with i need sometimes when the user selects a certain item i need to pass the name of the selected item not the id , i try combobox1.selectedtext but it doesnot work thank you for the help and for th ...Show All
Visual C++ AfxWndProc and compiling a MFC app with MFC 8.0
Hi all, I'm compiling an existing MFC (VC 6.0) in Visual Studio 2005 and after fixing so many compile and link errors finally I could run the application but I got some asserts in the AfxWndProc method of the wincore.cpp. I found a KB article on a bug in MFC about modal dialogs but didn't know if it is still there in MFC 8.0 I didn't find any other resources about the same problem but I'm getting this assert in opening many of the documents of my MDI application. RESULT CALLBACK AfxWndProc(HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam) { // special message which identifies the window as using AfxWndProc if ( ...Show All
Visual C++ __invalid_parameter_noinfo is resolved by LIBCMT.LIB but not LIBCMTD.LIB
Hi I'm having to define _SECURE_SCL=0 when compiling debug builds of my C++ applications which are built using the /MTd switch, otherwise the linker cannot resolve reference __invalid_parameter_noinfo. When the release build is generated using the /MT switch, there are no problems, since this reference is resolved by LIBCMT.LIB. I've used DUMPBIN to try to find __invalid_parameter_noinfo in all the standard installed libraries, but it only seems to be present in LIBCMT.LIB and MSVCRT.LIB. Is LIBCMTD.LIB incomplete or am I doing something wrong Thanks Hi Martin Sorry if I've not been ...Show All
.NET Development How can I discover the Ms-sql services in local network?
How can I discover the Ms-sql services in local network Just like the vs.net 2005 data explorer,when I press "refrash", the possible severs will appear in the combobox. any ideas could you tell me Hi, You can use the SqlDataSourceEnumerator.GetDataSources method ( http://msdn2.microsoft.com/en-us/library/system.data.sql.sqldatasourceenumerator.getdatasources.aspx ) to enumerate local SS2K and SS2K5 instances. Please keep in mind that results are not necessarily deterministic due to the nature of the mechanism used for enumeration. Thanks, Il-Sung. ...Show All
.NET Development retrieving blob data from oracle
how to retrieve blob data from oracle. which is better odp.net or oracleclient where can i find oracle data access tuts For ODP.NET have a look at http://www.oracle.com/technology/sample_code/tech/windows/odpnet/index.html ...Show All
Windows Forms How can add Enviromental Variables in MSI Installer package?
How can add Enviromental Variables in MSI Installer package You can try using the free version of Advanced Installer. http://www.advancedinstaller.com/feats-list.html ...Show All
Visual Studio 2008 (Pre-release) Is there Expression Designer Feb CTP?
NO ! Until March CTP I want to use the Expression-Tools for xaml build~~~~ Can you give me a answer Thank you! You know the answer already, wait until March. Willy. < zc1984@discussions.microsoft.com > wrote in message news:a8e2a171-75bc-411b-8703-dcd3a03fb3bf@discussions.microsoft.com ... NO ! Until March CTP I want to use the Expression-Tools for xaml build~~~~ Can you give me a answer Thank you! ...Show All
Visual Studio Express Editions Is vc++ 6.0 good
i bought a book on vc++6.0.can i build powerful software applications with that.what is the difference between the vc++6.0 and vc++ 2005.what is the latest released version Well... you could use VC++ 6.0 but that's too old really. VC++ 6.0 was released about 8 years ago and I'd say that the quality of the C++ compiler and the IDE itself improved a bit since then . Not to mention that there is a free version of VC++ 2005 called "Express" (though it does not have support for MFC and ATL) see: http://msdn.microsoft.com/vstudio/express/visualc/ ...Show All
Visual Studio Team System Could I use Visual Studio IDE solely to manage all work items?
It seems every work item could be export to Excel or Project. Could I just work within the IDE What's the limitation that the IDE-only solution would bring to me Thanks! Thank you Ben and Martin, So it seems the Excel and Project is more useful when a report is to be generated. And they are more suitable for my boss, he doesn't have VS installed. ...Show All
SQL Server Group By Expressions
I'd like to dynamically create a group by expression. I have select sourcecd FROM dbo.ITMV_ScanCardHistory GROUP BY dbo.fn_GroupBy (@GroupBy) Where: @groupby = sourcecd and fn_GroupBy = CREATE FUNCTION dbo.fn_GroupBy (@ColumnName Varchar(55)) RETURNS Varchar(55) AS BEGIN RETURN @ColumnName END I keep getting this error message: Server: Msg 164, Level 15, State 1, Line 48 GROUP BY expressions must refer to column names that appear in the select list. Please help. Hello, This won't work as the Group By clause is looking for a column name, whereas you are supplyin ...Show All
Windows Forms AAAARGH!!!!! visual studio just erased all my controls permanently
visual studio just erased all my controls. some bug crept in to my code so the designer couldnt design the form. normally this results in the designer giving an error - but not this time. it rather cleverly decided to erase all the design i had made, and of course, because this didnt actually come to light until i hit COMPILE this has now&nb ...Show All
SQL Server deleting records
I have a couple SQL tables that have been appended to daily over the last two years. There is now about 50,000,000 records in the table. Does anyone know the fastest way to delete records before a certain date to shorten these tables Delete queries and everything else I've tried is taking way too long. i'm guessing there is no index on the date column - so you are suffering a table scan - you'll just have to suck it up and let the delete take however long it takes. If this will be an ongoing requirement (i.e. purge this table) - why don't you add an index .....gtr ...Show All
SQL Server SQL Agent Failing when trying to run my SSIS Package
My SQL Agent was working fine. Now when I try to run it, it failes when trying to run my SSIS package. I looked in the logs, and job history, no luck in finding any critical errors. My SSIS package runs fine through VS 2005 in debug mode. Here are the only errors: 01/04/2006 09:53:48,,Warning,[396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect 01/04/2006 09:53:48,,Warning,[260] Unable to start mail session (reason: No mail profile defined) 01/04/2006 09:53:48,,Information,[129] SQLSERVERAGENT starting under Windows NT service control 01/04/2006 09:53:48,,Error,[364] The Messenger s ...Show All
Smart Device Development How to build DLL programme base Smartphone
in Visual Studio 2005, there is only MFC DLL project, but Smartphone does not support MFC develop then how to develop DLL project based on smartphone thanks! Oh, and if you don't want to use MFC, you can create a DLL project through the Win32 project wizard, one of the options on the application settings page is DLL. Hope this helps, Jeff Abraham Visual Studio ...Show All
