Hi
I deleted tables that I used while creating and compiling one stored procedure. After deleting the tables, I edited the stored procedure without changing the table names. SQL server should give me syntax error because the tables mentioned in the stored procedure do not exist. However it...
I am not able to create instance of an object using reflection (late binding)
The code is as follows.
Assembly myAssembly = Assembly.LoadFrom("C:\\dev20\\dll\\pwyUserSVCSLib.dll");
Type Atype = myAssembly.GetTypes()[0];
ObjectHandle objass =...
Hello,
here is the task I need to complete.
I have an xml file which describes fields in the form like this.
<?xml version="1.0" encoding="utf-8"?>
<FORMS>
<form id="1">
<title>Resource Details</title>
<elements>
<element id="1"...
Hi,
Does anybody know how to access windows nt user's credentials in an ASP program?
I want to find out the role, user group of an user who logs in to the system. I don't know how to use windowsprincipal.isinrole.
Please help.
Thanks
Hi,
Does anybody know how to access windows nt user's credentials in an ASP program?
I want to find out the role, user group of an user who logs in to the system. I don't know how to use windowsprincipal.isinrole.
Thanks
Chiph,
I set parameters as follows.
<asp:datagrid id="myDataGrid" runat="server" Border="0" width="100%" AutoGenerateColumns="False" AllowSorting="True" onsortcommand="OnClick_Sort" Allowpaging="True"...
Hi,
I am trying to use a built in paging functionality to set up a Data Grid.
I set parameters as follows.
<asp:datagrid id="myDataGrid" runat="server" Border="0" width="100%" CssClass="DataGrid" AutoGenerateColumns="false"...
store the connection string in a variable and pass this parameter to the child process (char *argv[], int argc), and let the child process access the value.
hope it helps you.
Would you tell me more about the input data?
what type of data you want to compress? Is it a bit map like
000011110000? How do you store input data (in a file)?
One of the solutions could be
First generate SQL script of the original table through SQL server enterprise manager.
right click on the oroginal table name,
Clock on All Task: Generate script.
Save this script to a file.
Replace the original table name by the new table name and run the script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.