I have problem in firefox,my code works in IE...
here's my code:
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
function changeImage(filename)
{
mainimage.src =filename;
}
</script>
</head>
<body>
<a href="javascript:changeImage('includes/images/fotoproduk/CRJ624.jpg')"><img...
when i want to upload .sdf file in emulator to the PC, I got "Access to the database file is not allowed"..
But I have no ideas for this error, please can help me??
thanks for advance
after the inserted have fixed,i find the next problem...
how to syncronize between a server database and a SQL Compact database on a Windows Mobile 6 device???
anybody help me?I'm very newbie of this..
thanks for advance...
please help me,
i have coding like :
try
{
SqlCeConnection connectionstring = new SqlCeConnection(@"Data Source=" + (System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) + "\\barang.sdf;Persist Security Info=False;"))...
I have problem with update..
I have lay out form like this :
checkbox custname percentage
1 custA 20
2 custB 20
3 custC 20
4 custD 20
5 custE 20
i want to update percentage,in...
I using stored procedure in my report..but why i did't find any field in it??
so i can't create report table without field in dataset(stored procedure)
please help..
I don't know,is this a correct forum for KPIs question??
But If somebody know well about KPIs,please help me...
I create KPIs in SSAS2005,but how to publish it into the web??
If somebody have tutorial about KPIs,can share it to me??
Thanks for all
I have problem,i have data like:
SiteID
=======
0100000, 0201T00, 0301T00, 0401T00
I want get output like:
0100000
0201T00
0301T00 0401T00
I want to disappear comma and space..how can i solve this problem??Help
I using syntax like this :
=Switch(RTrim(Parameters!companyID.Value)=”01”,"Data Source=ServerName;Initial Catalog=SC","Data Source=ServerName;Initial Catalog=BI")
I put it to dataset->edit->data source->connection string..
When I deploy, no error, but when i preview i got error "error during...
I create cube in SSAS, i must reprocess each dimension to update new data..I using SSIS package to process them,but it doesn't work..
Step create ssis package:
1.add connection manager
2.create analysis services processing task (process cube and all dimension)
3.deploy it
4.create job in sql...
I write script REFRESH CUBE [cube name],and i deploy it,and got error : "parse:the script contains the statement,which is not allowed"
what should i do?
please help me....
thanks
^_^
i want to refresh cube in SSAS with syntax:
REFRESH CUBE <cube_name>
but i got error :identifier cube..
what should i do?
please help!!!
thanks all...
--jovian--
i have trouble to create user with password using asp..
here's my code :
<%@ Language=VBScript %>
<html>
<head>
</head>
<body>
<%
Set oDomain = GetObject("GC://pdcserver/ou=usersaccounts,dc=mycorp,dc=intranet")
Set oUser = oDomain.Create ("user","cn=testing")
oUser.Put "sAMAccountName"...
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.