The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
49 views

Junction point in image skeleton

What is the meaning of a junction point in image skeleton ? I am using opencv and c++ to develop a code source to detect the main local junction point in the image .Many thanks in advace .
0
votes
0answers
9 views

Difference between mklink and junction

I need to create a junction to my project dir c:\xampp\htdocs\myproject based on user input eg c:\xampp\htdocs\video or c:\xampp\htdocs\test\video. Currently I am using mklink /j link target mklink ...
0
votes
2answers
22 views

can't make junction and group by

I have two tables : GererLocationAppart(IdAppartL, MatriculeEmploye) Employe(MatriculeEmploye, PrenomEmploye, NomEmploye, NumeroTelephoneEmploye) I would like to get a table wich contains ...
0
votes
1answer
90 views

WebSeal JSF Context path stripping Junction Name

We are using WAS & IHS as servers and WebSEAL as reverse proxy. Application is developed using JSF 2.0 and using .xhtml pages for view. Issue: Using ...
0
votes
1answer
94 views

How to use mysql_insert_id with a junction table

I have a form and three tables: customer, phone_number, and junction (to create a many-to-many relationship). I need the form to populate all three tables using the newly created auto-incremented ids ...
0
votes
1answer
79 views

How to safely remove folder without removing contents of a junction?

I've been search for a shell (cmd) solution for this for a while and haven't found any. So I wanted to create a Junction but first I need remove the folder if it exists (Junction from sysinterals ...
2
votes
2answers
164 views

Multiple tables referencing one table using multiple junction tables

I have the following table that will store a file (image, PDF, etc.) CREATE TABLE `tbl_file` ( `id` INT(10), `size` FLOAT, `name` VARCHAR(45), `type` VARCHAR(16), `content` BLOB, ...
0
votes
1answer
495 views

What is wrong with this junction command?

I want to make a junction: junction.exe c:\Program Files (x86)\Microsoft Visual Studio 11.0 d:\Programs\Microsoft Visual Studio 11.0 Every time I try, I get the same three junction usage tips. I am ...
16
votes
2answers
375 views

Detecting if a directory is a junction in Delphi

I've been Google searching this I may be having some brain clouds because it just isn't working. I need to detect if a folder is a junction so my recursive file search doesn't run off into an endless ...
0
votes
1answer
83 views

Insert into a junction table in SQLite

I have tried various ways. This is the one that makes sense to me, however when I try to execute the insert into listsandplayers, it tells me no column listID exists. I tried a couple of different ...
0
votes
0answers
115 views

Cygwin cannot access NTFS Junction Point on network share

I have a networked drive that I've mapped the Z drive to. When I open Cygwin Bash prompt, I can access the mapped drive, but I can not access directories which are "NTFS Junctions Points" on the ...
1
vote
1answer
159 views

Many-to-many insert query with PHP/mysqli

I have a database with a table for YouTube video references, a table of playlists and a junction table connecting them in a many-to-many relationship. I have been trying to create a PHP/mysqli ...
0
votes
0answers
166 views

Does Sublime Text 2 reload python plugins when using Junction's symlink on Windows 7 64 bit?

I have "Sublime Text 2/Packages/User" folder set as symlink (made with junction), and when I put my python scripts there, they are not reloading when I change them. When I move them just to "Sublime ...
0
votes
0answers
134 views

Which SQL statements to execute with intersection / junction tables

Here a simplified database layout One condo can hold multiple properties (flats, garage boxes, etc) -> 1->n relationship One owner can have multiple properties in the same condo and properties ...
0
votes
0answers
11 views

How does junction works in servers?

What exactly junction is in server? How do I create junction? How does it work? How will it re-point the installation to some other drive?
0
votes
1answer
83 views

M:N relationship without a junction table

Given two tables Student(id,name) and course(course_id,course_name). These two tables have a M:N relationship. Is there any way to implement a M:N relationship in relational database without using a ...
3
votes
3answers
253 views

Select from intersection / junction tables

Many times just find the right article and reading it on StackOverflow helped me through a lot of stuff that I didn't know what to do with but for the first time, I think I need to write one. I've ...
1
vote
1answer
387 views

How can I create a junction using cygwin?

This question shows that cygwin’s soft links are somewhat different from ntfs junctions. I’d like cygwin to create a real junction. I thought about running mklink but, hell, there is no mklink.exe. ...
0
votes
1answer
344 views

Issue using intents on Android

I have an activity which behaves like this: A barcode scanner is called via an IntentIntegrator object, it reads an URI. Then I want to pass the yielded URI into an object called JunctionInterface ...
2
votes
1answer
142 views

Linq/C# Getting information from junction table

Im recently struggling with problem related to Linq data exposition. My task is to extract information out of 3 tables. One, which contains list of the resources and the other one with information ...
2
votes
2answers
133 views

Triggering a toast from a listener

I'm using an external package defining a JunctionActor. The idea is that a JunctionActor can send JSON messages to a remote server via a method called sendMessage and receive messages via a listener ...
0
votes
1answer
169 views

Using junction.exe in Windows 2000

In Linux I am able to do this: ln -s /tmp/somedir/* /tmp/otherdir/ Which will create links to all of the files within somedir in otherdir. Is there a way to preform a wildcard operation like this ...
2
votes
0answers
91 views

Windows Resource Monitor does not work with Junction Points

Several of the observations that the Windows Resource Monitor provides is the disk queue length, latency, and throughput. However, only partitions that are assigned drive letters show up in the ...
0
votes
2answers
400 views

Speed up search query (large junction table)

I'm writing a multistore webshop application in PHP/MYSQL. The products table has about a million records, currently i'm having 5 stores with all products in it and about 3 stores with a few products. ...
2
votes
1answer
215 views

.NET Junction Directories and DirectInfo issues

I am trying to access information under C:\Users\Public\Documents\ which displays as C:\Users\Public\Public Documents\ on explorer. Is there a way to be able to access the DirectoryInfo of a ...
0
votes
3answers
445 views

Normalizing Foreign Keys with Junction & Lookup Tables

I've been scratching my head lately over the relationship between database normalization and foreign keys with respect to junction tables and lookup tables. I’ve currently have the following tables: ...
8
votes
1answer
1k views

NTFS Junctions vs. Symbolic Links (for directories) [closed]

From a high-level standpoint (meaning only worrying about the results and the interface, not the implementation), what is the difference in behavior, if any, between an NTFS reparse point that points ...
0
votes
1answer
279 views

How to get the actual directory path on windows using .NET?

My need is simple. Given a Windows directory path all I want is the actual path. I am sure the terminology is wrong, so I am giving an example. Given C:\Documents and Settings\All Users the method ...
0
votes
2answers
258 views

C# follow folder junctions with FileSystemWatcher

Is it possible to configure a FileSystemWatcher to watch other folders which are linked in with a folder junction point? for example: You are watching D: You have D:\junction which points to ...
7
votes
2answers
909 views

C# detect folder junctions in a path

I want to make a quick check if in a complete path a Junction point is used. I already have a function to test a folder like IsJunction() but maybe there is an other solution to not call IsJunction() ...
1
vote
2answers
897 views

How can I make a batch file discover if a directory is actually a Junction?

I'm writing a Batch file (.bat) and I couldn't find a way to discover if a given directory I have the path to is a real directory or a Junction (created on Windows 7 by using mklink /j). Can anyone ...
0
votes
1answer
2k views

Junction point of mklink to environment variable path

I was wondering if it were posible to use use junction (or mklink?) to have c:\Projects point to the current users my documents\projects map. I tried junction.exe c:\project "%HOMEPATH%\my ...
2
votes
1answer
1k views

NTFS Junctions, trouble understanding the API

Update: This question has evolved into a question about the NTFS filesystem filter driver how to use the Win32 API in backup applications and other programs that need to know what a file really is on ...
0
votes
4answers
970 views

List Hard Links of a file (in C#)

I want to write a program that shows the files of an other drive with hard links. I want to keep both hardlinks consistent in filename and other things so I have to get a function/method where I can ...
1
vote
3answers
392 views

Junction points(simlinks) under Windows XP are not recognized by PHP

I've found two tools which create "simlinks" within Windows XP (I know they're not real links, but so it goes). The problem is that neither of them create something which I can use with WAMP. ...
2
votes
2answers
773 views

Does cygwin understand NTFS junction points?

Does cygwin (1.7.x) understand Windows NTFS junction points (as created by mklink in Win7/2008 or sysinternals' junction.exe)? How do they differ from a symbolic link as created by "ln -s "?
2
votes
2answers
622 views

How to create a Junction Point using WinApi?

There is CreateHardLink function to create Hardlinks.(Since Win2000) And There is CreateSymbolicLink function since Vista has been released. But why isn't there a CreateJunction? How does mklink ...
0
votes
2answers
790 views

Junctions or Virtual Directories for Web Applications?

I see that junctions are a common way of referencing shared code in many projects. However, I have not seen them used in web applications before. Our team is exploring the possibility of abandoning ...
2
votes
3answers
1k views

Test in PowerShell code if a folder is a junction point?

How can I test in PowerShell code if a folder is a junction point?
1
vote
2answers
1k views

C# - How to retreive the target of a Junction or Symlink with a standard user

I am trying to get the target of a junction in my program, but the only way I managed do it is: Requesting Backup privileges p-invoke CreateFile with special parameters to get a handle to the ...
4
votes
3answers
4k views

How can I remove a Windows directory without following junction points?

I have a Perl script that needs to delete a directory with all its contents. Sometimes this directory contains a junction point into another directory. If I rmtree() naively, the rmtree() call will ...
0
votes
1answer
1k views

ASP.NET AJAX, WebSeal Junctions, and Sessions

I've run up across a problem with ASP.NET AJAX (hooked up to WebServices directly) and accessing our site through a WebSeal junction. Listing 11. On this page; ...
1
vote
2answers
1k views

How to copy junction as-is instead of the folder it points to?

I copy set of folders from server 1 to server 2. Amongst files I also have junction: folder with set of config files: on server 1 this junction points to... let's say c:\Config (that contains ...
2
votes
5answers
179 views

What is the accepted method to delete records referenced by a junction/join table?

I have three tables as follows (please forgive the loose syntax), with NO cascading relationships (I do not want this, as the database is primarily managed by NHibernate). Invoice ( entity_id int ...