hi every body Is there any one know that how can i registering a designed ".mdf" file in desktop engine with out using enterprise manager tool? I mean that i only instaal desktop engine and no thing more, or in other word I wanna use my project with an install shield file to intall it with out any special action from user.
asdf1753
Posts
-
registering a ".mdf" file in desktop engine -
a third party website visiting time durationHi, Is there any one know that how can i get the time duration that a visitor of my site clicked on one of my Ads and visits that site? regards
-
auto run a query in ms sqlserverhi is there any one help me to run a query in MS Sqlserver periodical for example delete some data every 24hour that be independent from asp or php and etc... i want that MS Sqlserver run it itself. thanks
-
problem in running c# using sql server in other clientHi I wrote an aplication using C# that works with Sql Server 2000 and it works right in my computer but when i wanna run it on other computer in my lan (that intalled .NET framework on it) there is an error in accessing to database and when i installed Visual Studio.NET2005 on this computer my application worked right! So it apears that needs some library to run my application to access sql server. (when i run my application until using database it works right and problem is in accessing to sql server) the connection string is complete with user id and password and name of sql server. please help me:confused::confused:
-
problem in running c# using sql server in other clientHi I wrote an aplication using C3 that works with Sql Server 2000 and it works right in my computer but when i wanna run it on other computer in my lan (that intalled .NET framework on it) there is an error in accessing to database and when i installed Visual Studio.NET2005 on this computer my application worked right! So it apears that needs some library to run my application to access sql server. (when i run my application until using database it works right and problem is in accessing to sql server) the connection string is complete with user id and password and name of sql server. please help me:confused::confused:
-
run msword or other registered files such as PDF files & etc.tanx a lot :-D:rose:
-
run msword or other registered files such as PDF files & etc.tell more about ShellExecute plz
-
run msword or other registered files such as PDF files & etc.hi i wanna open a MSWORD DOC such as double click on it but by my application call and pdf too. WinExec(file path) is only for .EXE files and can not be used for .DOC or .PDF ! can u help me ?:confused:
-
using *.exe file such az static libraryhi i wanna use *.exe file such az static library. a static library included in my exe file, so i wanna my exe file involve another exe file(with out any source code from second exe file) and can run second exe file in my exe file. it can be used to check authentication of user to use an unknown exe file. can any one help me?
-
TAPI , COMDear Friend, It is true i must do CoInitialize, i have forget it. Thank u:rose::)
-
TAPI , COMit says in HRESULT "CoInitialize has not been called."
-
TAPI , COMDear Friends, I try to work with TAPI3.0 that is COM based, so in create an COM object it returns "CoCreateInstance on TAPI failed"
ITTAPI *TObj; HRESULT hr; hr = CoCreateInstance( CLSID_TAPI, NULL, CLSCTX_INPROC_SERVER, IID_ITTAPI, (LPVOID *)&TObj ); if ( FAILED(hr) ) { MessageBox("CoCreateInstance on TAPI failed"); }
is there any one help me ? -
TAPI IVR(interactive voice response)i have read all of these articles but none of them not about IVR, and they are about data communication and playback wave and record wave only.
-
TAPI IVR(interactive voice response)Dear friends, is there any one help me to develop an IVR(Interactive Voice Response) system using TAPI and any language(i prefer VisualC). Thanks alot :):confused: -- modified at 7:18 Tuesday 11th April, 2006
-
Too many database connectionhi, no there is no limit of conections , the original error is : "Warning: Too many connections in /var/www/html/wsxedc/Connections/data.php on line 9" or " can not creat thread ...."
-
Too many database connectionhi, no there is no limit of conections , the original error is : "Warning: Too many connections in /var/www/html/wsxedc/Connections/data.php on line 9" or " can not creat thread ...."
-
Too many database connectionHi, For the pages that have too much viewers at the every time, how can I work with data base, in the normal soloutions the too many connctions error ocured! help me please aasdf1753@yahoo.com
-
FormatMessage FORMAT_MESSAGE_FROM_STRINGHi, I tried to use FormatMessage API to format variable argument that passed to a fuction, but it only delete all '%' characater with no thing else! please help me. my code : void CEllepsisDlg::Log(CString x,...) { CString strTempInput; strTempInput = x; va_list marker; va_start( marker, x ); LPTSTR lpFprmatedMessage; va_start( marker, x ); strTempInput=x; FormatMessage(FORMAT_MESSAGE_FROM_STRING, LPCSTR(strTempInput), NULL, NULL, (LPTSTR) &lpFprmatedMessage, 2048, &marker); char * tt=(char*)&lpFprmatedMessage; va_end( marker ); } :confused::((
-
Variable Argument (Ellipsis (...)) in MFC Win32 DLLHi, I have problem in using variable argument (...) in win32 DLL. If you have a solution or any other suggestion or tutorial, please help me :-( . When I wanna to call the function that gets variable arguments in compiling the test application it has a linking error. Regards. :((:((:confused:
-
compare timepart of datetime field in SQLhi how can i compare timepart of datetime field in SQL, from example: time part of datetime field between '18:25:36'and '22:10:13' thank you :rose: