Software Development Network Logo
  • Game Technologies
  • Audio and Video
  • Microsoft ISV
  • IE Development
  • Visual C#
  • Visual C++
  • Visual Basic
  • VS Team System
  • SharePoint Products
  • Visual Studio
  • SQL Server
  • Windows Forms
  • Smart Devicet
  • Visual FoxPro
  • .NET Development

Software Development Network >> Yusuf Hermanto's Q&A profile

Yusuf Hermanto

Member List

andrewness
seco
Squiddy
Javier_Uy
Eric Wellnitz
reppoh
z. m. khan
Rafael Mores
Venkataramana
Lightening
Targe309404
Bawaj
smilemax
Ken Villines
KitGreen
Bob Pokorny
Matt DC
Mike Thurber
Serapth
Testpilot.dk
Only Title

Yusuf Hermanto's Q&A profile

  • Smart Device Development mdb to cdb error

    I have a MS Access database that I want to copy to my pocket pc. The problem is that the Active Sync conversion fails. I have the following error: Database: C:\contas.mdb option: 1 - Overwrite existing tables option: 1 - Keep this database synchronized General access denied error I have an application that is able to read the cdb files (including existing forms) but I can't copy the database to my device Any help This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party software, please co ...Show All

  • .NET Development .NET program in autostart

    I've created a very simple "hello world" program with C# 2.0 (VS2005) and placed this program into the autostart folder. On startup the console window shows up, but it remains empty for several seconds. Only after about 5 seconds the "hello world" message appears in the console. I tested the program on a different computer (the hardware is pretty much the same) and the delay is much shorter (about 1 sec). I guess that it has to do something with the initial setup of the CLR. How can I speed this up Starting with Windows XP, the operating system displays the desktop as fast as possible, even before various system services are done initializing themselves. Hard to tell what specific ser ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Howto reset the default position of a model?

    When i load a couple of x files and display them, they are placed on various locations on my display. This has something to do with the position of the objects in the original 3DS file i exported them from. right now i am using Vector3 .Subtract( Vector3 .Zero, MyModel.Meshes[0].BoundingSphere.Center); to calculate what the position in my world should be, but this has to be done for every frame and model. How does someone 'reset' the default position of a model to Vector3.Zero All the data about the source mesh data is available inside the NodeContent object passed into your processor. Defining the center point of a mesh is actually a pretty vague thing, since it totally depends on the model where that ough ...Show All

  • Smart Device Development help on serial port sql server operations

    Here is the hardware mix I am faced with: Handheld device runs on Windows CE 4.2 PC running SQL Server database Serial port connection between Handheld and PC The requirement is that I interface with the Handheld and the PC using a serial port. Data has to go back and forth in encrypted XML. So I have to issue the SQL commands (Select, Insert, Update, Delete), and I have to return any results by serializing and deserializing XML and encrypting it, sending it over the serial port. I understand .NET CF 2.0 supports serializing and deserializing XML. I am told that CF 2.0 is now supported on Windows CE 4.2. Any code, third parties, or other info anyone has to offer would be greatly appreciated. Thanks. ...Show All

  • SQL Server Launching DTA via "analyze in DTA" context option in SQL Editor failing

    TITLE: Microsoft SQL Server Management Studio ------------------------------ Failed to connect to an IPC Port: The system cannot find the file specified. (mscorlib) ------------------------------ BUTTONS: OK ------------------------------ 32bit/x86 standard edtion, build 2047 (sp1) Has anyone found a solution I get the same error in a production environment after I installed SP1 (build 2047). Alexander ...Show All

  • SQL Server Understanding ROLAP

    We are looking at adding a real-time aspect to our SSAS cube set, to allow reporting against a relatively small but constantly changing data Our initial thought was to use ROLAP partitions and dimensions - we were under the impression that the queries would always be satisfied from the underlying relational tables. However, in our explorations we are finding that understanding to be incorrect - SSAS is in fact caching data, so it ends up returning stale data. We've configured our paritions and dimensions for ROLAP and disabled all proactive caching (we would like this solution to work with SSAS Standard Edition, which precludes the use of proactive caching). Is there something else we need to figure Are are we headed down the wrong path h ...Show All

  • Visual Studio Express Editions Filter to form2

    I am brand new to VB Express 2005 and only just getting starting to understand it. Here is my problem. I have two forms connected to a SQL Express database within the project. Table 1 and Form 1 lists the customers Table 2 and Form 2 Lists the email addresses and passwords for each account 1 customer could have up to 30 email addresses. I can get the customers to show on Form1 and all the emails and passwords to show on Form2 with no problem. I can even add a button that opens Form2. What I am trying to do is open form2 and only shows the data that relates to the selected customer. It’s probably very simple but I am a beginner after all ...Show All

  • Visual Basic populating an Access database using visual basic 2005

    I am trying to create a new employee application that gets input from a user in text boxes and then take that information and populate a database in Access that will later be pulled to the Track IT! database on SQLserver2005. How do i do it Thank you. IGiberson wrote: i have to declare the oledbcommand as a variable dont i and would i do that just as a variable pretty much yes - take a look at the link I supplied earlier about the OleDbCommand - there should be some examples but definately some explaination/documentation too! :-) ...Show All

  • SQL Server Error: 18456, Severity: 14, State: 11.

    i am new to sql server 2005 express. I am trying to set up xp embedded database. I am trying to allow remote access to a central xp embedded database. i have the database on the sql server machine. i am using the component database manager toll on a remote machine so that i can connect to the remote xp embedded database. when i try to connect to the db through sql server i get the following error in the log file. 2006-09-12 17:15:10.18 Logon Error: 18456, Severity: 14, State: 11. 2006-09-12 17:15:10.18 Logon Login failed for user 'HOSTNAME\Guest'. [CLIENT: XX.XX.XX.XX] where HOSTNAME is the hostname of the pc that sql server 2005 is running. XX.XX.XX.XX is the ip address of the client which is running component da ...Show All

  • Visual Basic data storage

    As posted in another thread, I'm planning to build an accounting program. I'm wondering what would be the best way to store the data, using databases or perhaps XML There will be over 50 administrations and several users. Would one database per administration be most efficient considering one administration will usually be accessed by one user at a time Using XML probably means smaller file sizes and therefore less network traffic, but databases offer more functionality. Anyone has experience with this Any help would be welcome. Regards, Eric OK, Dman1, but if I need about ten tables per administration, I would need over 500 (dynamically allocated) tables! Doesn't seem very efficient. Or using 10 tables ...Show All

  • .NET Development Server Application Unavailable Error when Add Web Reference that used location: File System; works when use Locatioin:HTTP

    When I create my Web Service using Location: File System I get a Server Application Unavailable error when I add the Web Reference and then click the service link to browse that service. When I create my Web Service using Location: HTTP and then add the Web Reference and then click the service link to browse that service it works just fine. Using Visual Studio 2005. I installed ASP.NET 2.0 after I installed IIS. I have been working on this for days and would appreciate any help from the experts... ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XBOX 360 Dev Info

    Where do I go to get XBOX 360 development info, specifically: 1) details about the Xenon processor, that would allow me to design code to maximize performance 2) an SDK that I can use with Visual Studio, that does not cost me a fortune. I don't care about publishing games, I just want to make games for the XBOX 360 - just for my own interests. Thanks... In general you don't.... see this previous thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=347061 XNA Framework allows you to run code on a 360, though full details of exactly what that means are not public and the API is not even at beta stage. The next announcements are expected at gamefest One other thing of interest though is that the previous ...Show All

  • Visual C++ Why PRINTER_INFO_2 does not return actual printer Status?

    Hi, I am using EnumPrinter function with PRINTER_INFO_2. All other information of PRINTER_INFO_2 returned are correct, but status is always 0 while printer is in out of paper state. Why Thanks in Advance I'm afraid the question is outside the scope of this forum. The C++ General forum deals with the VC++ 2005 IDE, libraries, setup, debugger, samples and documentation -- but not the use of all libraries and technologies. While most borderline issues are answered, and followed up, a great deal of these off topic questions are simply not given their fair attention. The reason is that many of the people here are specialized in their field, which may not be the same as that of the question. Seeing as this post has gone by ...Show All

  • SQL Server File System Task - Move File with Dynamic Destination Path

    I am having an issue with the File System Task. I was wondering if there is a way to 'Move File' with the File System Task inside of a For Each Loop container but to dynamically set the Destination path variable. Currently, this is what I have: FileDestinationPath variable - set to C:\TestFiles FileSourcePath variable - set to C:\TestFiles FileNameAndLocation variable - set to blank For Each Loop Container – Iterates through a folder C:\TestFiles that has .txt files in it with dates in the file name. Ex: Test_09142006.txt. Sets the file path (fully qualified) to the Variable Mapping FileNameAndLocation. Script Task (within For Each Loop, first step) – Sets the FileDestinationPath to the correct dated fol ...Show All

  • Microsoft ISV Community Center Forums How do I open CSV using Excel without deleting leading zeros?

    Hello, Whenever I open up a CSV file or a Text file, Excel treats string like 05710 as a number and turn it into 5710. How do I open up a CSV file and still keep the leading zeros Thank you very much. One way to divine the inner workings of any office document and how to manage it via the interops is to record a macro of the process needed. Once done examine the vba code, it will show settings changes and other items of interest that can lead the way through the tribal knowledge of the interops. If no one has an answer...try posting it in the Discussions in Office Development or for a better responses or Discussions in Automation forum for interop questions. ...Show All

©2008 Software Development Network