Hello, I works on SSIS integration services and i business Developpement Studio. When i use a wizard i can check delete or append row for destination table. My problem is: I don't find this both options when i open my dtsx package in Visual Studio. thanks for your help.
jerome_data
Posts
-
SSIS - Find Delete and Appends Rows Option? -
how to secure access folder in asp.net?great ty
-
how to secure access folder in asp.net?how do you do to protected file (other than aspx file of course) in subfolder?
-
how to secure access folder in asp.net?ok but i try to do integrated-window authentication without Active Directory Service.
-
how to secure access folder in asp.net?i use form authenthication in web.config: User is stored in database. How to do integrated-window authentication? ty
-
how to secure access folder in asp.net?i have a subfolder in my application with different file (doc, avi). all files are accessible only when the user is authenticated in the application but i want to secure for direct access from url. exemple : www.website.com/file/document.doc can't been donwloaded directly. the user must been authenticate to access to this file. How i can do this? ty
-
How to authenticate in asp.net in restricted folder?i didn't get you!!
-
How to authenticate in asp.net in restricted folder?Hello i have a asp.net application with subfolder: www.myapplication.com/ressourcefolder/ I have disable anonymous access to ressourcefolder in IIS, If i try to access to this folder in internet explorer i have the authentication window. Now i want my website to access to this folder witout opening the authentication window on client side. How do this? Thanks
-
How to launch exe file with command line?I used Win32 and MFC. I try launch exe file with commands line. How to this? example: "c:\dir1\form.exe cmd1" thanks
-
How to retrieve parameters in C# Form Application?ok nice Environment.GetCommandLineArgs() works fine.
-
How to retrieve parameters in C# Form Application?Hello I want to launch from C++ a other C# application with paramters. I use ShellExecute(handle, "param1", csharpapplication, NULL, NULL, SW_SHOWNORMAL); But i'm newbie in C# and i want to retrieve "param1" paramters when csharpapplication is initialized. Help me please
-
How do a capture of a control and save to bitmap file?It's works Excellent!!! THANKS
-
How do a capture of a control and save to bitmap file?i have a black bmp file (Gdiplus::ImageFormatBMP) ty
-
How do a capture of a control and save to bitmap file?ok i try but i have a error on ImageFormatBMP. undeclared identifier!!! i have done #include to have Cimage class but i have a problem on ImageFormatBMP thanks
-
How do a capture of a control and save to bitmap file?CImage?? thanks
-
How do a capture of a control and save to bitmap file?both. i do this CDC dc; CRect rectClient; thecontrol.GetClientRect(&rectClient); HDC hdc = ::GetDC(thecontrol.m_hWnd); dc.Attach(hdc); CDC memDC; memDC.CreateCompatibleDC(&dc); CBitmap bm; bm.CreateCompatibleBitmap(&dc, rectClient.right, rectClient.bottom); CBitmap * oldbm = memDC.SelectObject(&bm); memDC.BitBlt(0, 0, rectClient.right, rectClient.bottom, &dc, 0, 0, SRCCOPY); here bm as done a screenshot of the control. i want to save this Cbitmap to file .bmp?? If you have other function!! thanks
-
How to save CBitmap To .bmp file?How to save CBitmap To .bmp file without ? thanks
-
How do a capture of a control and save to bitmap file?Hello I want to do a capture of one control(custom control) in my project in memory and save directly this capture in a bitmap or jpg file. Help me please. Jdata
-
MSVCRT.dll and _resetstkoflw() Win 2000 and XPHi I have a problem with msvcrt.dll from WinNT/System32 on windows 2000 (this dll doesn't have _resetstkoflw entry). My software use this function and it works correctly on Win XP. I use Visual Studio and MFC. Is it possible to forced my software to load other msvcrt.dll? Please Help thanks
-
How to fill a ellipseyes it's work very fine thanksssss i need to do now a code to calculate coordinate point from a percent value. thanks