Hi,
I would like to add Remove link to an Information email,
in order to allow users to stop getting those mail.
but the link is to an ASPX page that containe email textbox and button
How can I know the Email address of the user without him to write???
thank.
Hi,
I create an aspx page that has a master page.
I want to display an exist html page inside the ContentPlaceHolder.
like we did in the OLD way with frams.
Can I do it?
thanks for your answer.
1. How can I declare counting by number of oreder records?
2. How can I handel with fields like CustomerName and orderDate (also appear more then one?
Hi,
I hope you'll anderstand my problem.
I craeted a fact table that observe Status of orders. mean that each order contain a 4 status (Draft, Approval , Action, Final) ===> 4 rows in fact table for each order.
also I need to show orderPrice and customerName.
my problem is how can I calculate...
I don't understand why the colume doesn't change to date.
In my table there is a string Col like "20040505"
in the datagrid I want it to show "2004/05/05" or "05/05/2004"
I wrote:
Dim dgts As New DataGridTableStyle
.MappingName = dtt.TableName
For i = 0 To dtt.Columns.Count...
How can i insert data between similar Access tables in different database?
in sql Server this option exist because there is One connction. like:
"INSERT INTO dbo.Database1.Table1
SELECT * FROM dbo.Database2.Table1"
but how can i Write it with Access database in VB6 ?
Does ADO has...
I'm not using autoincrement field So this is the reason I
get the error of duplicate key.
If i'll try the statment you suggest:
INSERT INTO TblOrd SELECT 1234 AS Or_codeOrder ,TblOrd.* FROM TblOrd WHERE Or_CodeOrder=22
I'll Get an error:"Number of query values and destinatin fields are not...
Well, I have a lot of fields to write, AND for write in your way will required To open a Source recordSet
I Look for a short Way to do it.
I'm working with Sql Server or Access.
Thanks
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.