assuming that u ( thread initiator ) have populated using database. Then u have to run and delete against database and reload the grid to reflect the database changes.
Cracky -= Developer/DBA =-
visit : http://www.geocities.com/gvphubli
search and delete all the entries in ur system registery
CAUTION while dealing with system registery.
Cracky -= Developer/DBA =-
visit : http://www.geocities.com/gvphubli
Hi,
u know there is one folder which holds all the data of VSS database. What u have to do is copy the full folder and under laying child folders. to the new destination..then on the new destination, when u start that application, it will ask for database and user name and password..there select...
Hi guys,
Anybody knows how to get the INSERT, UPDATE & DELETE statements that run on the server. I want to collect all the statements and run them on the other database(replica) on 2 hourly basis. I know there is replication but its difficult to set and manage.
thanks...
Cracky -=...
why don't u try VSS SP6 ?..first go through documentation of SP may be ur problem has been addressed.
Cracky -= Developer/DBA =-
visit : http://www.geocities.com/gvphubli
this should work fine unless there is some user rights problem..on the destnation (shadow) folders..just check out.
Cracky -= Developer/DBA =-
visit : http://www.geocities.com/gvphubli
<script language="VBScript">
Sub OnBtnClick()
msgbox Calendar1.Day & "-" & Calendar1.Month & "-" & Calendar1.Year
End Sub
</script>
<html>
<head>
<title>How to use MS Calendar Activex Control</title>
</head>
<body>
<p>
<object...
I want to build a application using the web browser control..to give the application the look and feel of "MS Money"..can anybody post some help in the form of tips or links..etc.
I have seen many articles in MSDN saying "Reusing Browser Technology"..but none of them mention...
open standard project
remove the form and add one standard module...then
add the below code to that module
-------------------------------------
Public Sub main()
Dim strAryParms() As String
'strAryParms() should of the form 2/C:\dire\subdir
strAryParms() = Split(Command$, "/")
If...
if its a text file then use DTS to import that file into SQL Database..else Create table and write insert statement to insert data...if this don't give soulution..post the question more clearly..
Cracky -= Developer/DBA =-
visti:http://www.geocities.com/gvphubli
u can surely put many more than just THREE.
make sure ur trigger names are different..first thing.
and if the problem persists post the script for all the three triggers in reply to this posting.
MS says " table can have one delete trigger, three insert triggers, and two update "
And...
Create a table with 2 columns, and just insert the data and query the table using Query Analyser...u will c the data in grid form.
Cracky -= Developer/DBA =-
visti:http://www.geocities.com/gvphubli
visti macromedia flash site and install the player...to be sure..then try to view the flash files
Cracky -= Developer/DBA =-
visti:http://www.geocities.com/gvphubli
Documented MSDN Article:
========================
In Visual Basic, start a new Standard EXE project. Form1 is created by default.
Add a CommandButton and a TextBox control to Form1.
In the General Declarations Section of the code window for Form1, paste the following code:
Option Explicit...
Start new project set the project properties
Project >> Properties >> Make (Tab) >> Command Line Arguments = BC
[this argument u can pass as command line param for compiled exe]
Then
'-- put this code in a module
Public Sub main()
Dim strParm As String
strParm = Command
Select Case strParm...
lfcfan if right, so just think can u make sure the query will return only one row..or else use cursor...to loop through all the rows. And get seperate set of variables..for each row processed.
eh Aaron37 can u tell me how ur able to run IIS on Win2K Professional Edition, b'cos I'am unable to browse a asp page from IIS console, its not convering(parseing) the page to HTML, its just simply returning the ASP page as it is.
It seems, like ur web server is not set for folder/File browsing. right click on the server main node, in the popup menu select the properties and set them correctly....else
put a html page name is "index.htm" or "default.htm"..then u test it.
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.