Does anyone know if i can use JDO for connecting to a File storage and not to a "Database" not an rdbms....
the usage is mostly for manipulating our storage of xml files, log files....etc...
Mooki
I did not get if it happened when you tried to map a network drive or just tried to enter that share.
1) try checking the share.
sometimes the share is limited to X number of users.
2) try connecting or mapping using ip instead
3) use command line for mapping
"net use t...
Sorry for not updating before but the solution was simple.
there are some files of microsoft that are shared with different windows application (windows/office....)
as far as i remember there was a file user.dat which was on read only. setting it to Archive allowed Download.
it is written...
That is wierd ! when im using tool like msxsl.exe i do get the right result but when im using it from java
using the following code, i get it wrong
Source source = new DOMSource(elem);
Result result = new StreamResult(new File(filename));
Source xsl = new StreamSource(new...
I want to use xsl for filtering an xml like a search mechanism. the output should remain in xml.
I managed to copy the xml as is with :
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
i need to combine a search in...
i need to do a search over xml and get the result in xml.
can i use xsl file for that ?
how can i use it so it will keep the xml format ???
(i tried xsl:output method="xml" but it did not help much.....)
While scanning my drive i saw that i have about 18000 files
under Application Data\Microsoft\Protect
1) Are they the EFS keys ?
2) Is having this much tells me why my system works slow ?
3) How can i delete them ? or not using them anymore ?
Thanx
Hi,
I am working on a code of someone else. I tried to make
some changes to code and i updated some dataset's file.
After compiling when opened aspx file my Grid showed "Databound" all over and had some errors below :
- DataTable must be set prior to using DataView
- The...
Hi,
Im trying to send email using service (win2k server).
I cannot use smtp, just exchange.
im connected to local machine and the exchange server is on different domain.
I am using CDO.
It worked in one place when the computer is in the same domain. even when i connect locally. i...
Havn't set any group policies.
is there somthing i should check about it ?
is there a specific thing in the policy that you think might be the problem ?
btw, when installing Accelerator program like "Getright" i can DL, but not from the IE.
when downloading it says it cannot find the site i was connecting to.
Installing DAP (acceleration software) it is able to download but not from
the explorer itself.
havn't installed opra yet but i assume it will allow me as well....
I cannot download from IE. XP Pro , IE 6 sp1.
I was able to receive files using FTP and from windows Updates.
I tried :
- security of IE is set ok.
- firewall is not enabled
- uninstalled and reinstalled IE.
- installed some security updates of windows.
- connecting to same provider...
I have a code for running a snapshot job. It enters an endless loop. and i do not understand that loop part !
...
...
Set oJob = m_oSqlServer.JobServer.GetJobByID(sSnapshotJobID, True)
' ------------------------------------------------
' Activating the Snapshot Job
'...
I have installed SS using in-casesensitive sort order.
now i need to use varchar as Case sensitive one.
The problem is that if i change the server to case-sensitive
EVERYTHING becomes case-sensitive including: Table names, column names..... which is BAD for me....
what can i do ?
Thanx for your respond.
The thing is that I'm using the snapshot replication and using it's "delete before insert" mechanism. I'ts deleting the records by the filter, and i can't change it.
thanx anyway.
I Cannot do that. Im dealing with this situation when a snapshot replication is using "delete" before inserting information.
I need to make sure (that when replication runs twice for example) that i will copy all deleted records aside.
Isn't there any other way copying...
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.