Jati Indrayanto's Q&A profile
SQL Server Unable to set Default Schema for a group
We're using Windows Authentication with our SQL Server. We've added a domain group to the SQL Server groups and would like to give it a default schema. The properties window is the same for users and groups but the default schema field is enable only for user entities. We cannot add a default schema to a group. Is this by design, a bug or a problem with our SQL Server installation Updated on ...Show All
Smart Device Development How to use cookie in HttpWebRequest?
Hello, every one! I have met a problem when I ported the code from .net to .net compact. In .net, I can use the CookieContainer propertary of HttpWebRequest to save the cookie which is return by HttpWebResponse and then in the following web requests I can reuse the cookie. But when I copyed the code to .net compact, I found that CookieContainer propertary is not supported .So I thinked out another method, the following is the cod ...Show All
SQL Server Data types Differences
I've recently installed a new server for an aplication we used at work. In the old server we had SQL Server 2000; for the new one we bought SQL Server 2005. Everything is ok till now, the aplication has worked ok; all ok except one thing. I have a report in excel, all the format of the report is saved on one table, that table has fields bit, smallint, tinyint, varchar. Now if I try to make the report all the information is ok but the format i ...Show All
SQL Server database owners
As I am making\changing databases I have, I started thinking about who should be the owners of what database. Should they all be owned by sa or should I break them out Like the WebAppDB1 is owned by BJohnson10, who is works mainly with this db as he is lead developer of the Web App that uses the database. If you need any additional info, reply. Thank You in advance!!! Hi Unotech This is a great question, unfortunately there isnt a simp ...Show All
Visual Basic Writing to database
Hi, As a new user to vb.net... I desided to follow the basic instructions cearfully. I have managed to find my way through the database programming using the odbc class. And I was successfully able to populate records from the database to listviews, treeviews, comboboxs and all sort of controls. Now I am working on phase 2 of my project whitch is writing back to database.... but unfortanilty I did not find a good illustration of how to do that ...Show All
Smart Device Development sql connection error
I am getting following error: Error 1 The type 'System.Data.Common.DbConnection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. C:\Documents and Settings\Adnan\My Documents\Visual Studio 2005\Projects\Mobile5\Mobile5\Form1.cs 20 4 Mobile5 the line which caused problem is System.Data.SqlServerCe ...Show All
SQL Server DTC & TIP
hi..i am trying to see TIP communication using MS DTC sample applications (dblib: equipped with SQL Server 2000) between w2k & w2k3. | w2k |------------------| w2k3 | My query is abt TIP...i couldn't find any check box or option to "Enable TIP" in Win2000. How can i enable TIP and see packets between w2k & w2k3. At the moment i am using dblib sample applicatio ...Show All
Visual Basic Selecting datagridview cell
I am totlly newbie in vb.net and want to find out how can i utilize the datagridview tool here. I wanted to know how can i pass the content of a ceratain cell in datagridview on a click event to a textbox...thanks in advance. You can refer to the columns by index or by name. Textbox1.Text = Me .DataGridView1.Rows(0).Cells(0).Value Textbox2.Text = Me .DataGridView1.Rows(0).Cells( "ColumnName&q ...Show All
Windows Live Developer Forums Where Do I Go To Get It?
Hi, I have just recently got an invite and i entered my email and password it then took me to a page saying; "Congratulations! You're in! Now all you need to do is download and sign in." With an Orange button saying 'DOWNLOAD' but its not clickable and i am not to sure where to go... So would anybody be able to direct me, i would be very greatful! Scott Hi in yo ...Show All
Windows Forms Anything WoW you lately
just interested in the boundries of the system and what they can do. some interesting ideas if anyone's willing to share some trait secrets. Also when calling the Scan() frunction I'm detecting non existent Organisms. My guys will just start attaching or  ...Show All
Visual Basic Setup & Deployment Need Help !
I need to create a setup project, that need to first read the registry to get the application path of the other software, and use that path as my default installation path. Struggling with this, really need help. I have create a module that return the function to get the path from registry. I want my default installation path automatically changed to the one read from registry, instead of c:\Program files\app How am i suppose to pass this path v ...Show All
Visual Studio Express Editions Using windows media player in vs 2005 express???
Ive tried the AxWindowsMediaPlayer1.URL = "file name" and the codes ok but any and all of the files i try to play come up with a message that sais " the file you are trying to play has an extension that does not match the file format" and then won't work. what can you give us more details also, try to update the file types. and then open the file ...Show All
Windows Forms Which Windows form was the sender to Error Handling Function ?
Here is the Situation... - Windows Application in vb.net - currently, the main / entry form has an error handling sub - One of the windows forms has a function that executes a query on a database but an SQL Error occurs - t ...Show All
Software Development for Windows Vista Using infocard without installing certificates on the client?
According to http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=311594&SiteID=1 it should be possible to use InfoCard without installing the service certificate on the client, but if I change the wsFederation InfoCard sample by removing the identity tag from the client endpoint configuration I get the error "The incoming policy could not be validated." (Without this change, the sample works correctly). I want to do this becau ...Show All
SQL Server SRS 2005 and SQL Server 2000
Can I create a report using the VS 2005 that is installed with SQL Server 2005 that I can publish to SRS 2000 Failing that, can I convert my SRS 2000 to SRS 2005 and create reports with SRS 2005 that use SQL Server 2000 data sources You cannot publish 2005 reports to a 2000 server. You can create reports for SRS 2005 that use SQL Server 2000 as a data source though. You should be able to upgrade either at ...Show All
